.article-loop .article-title .post-title a, .article-loop .article-detail .entry-content, .list-blogs-latest .post-content h3 a, .page-blog-all-lists .item-article .post-content h3 a {
  white-space: initial;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box; }

/*===== BLOGS +++ ARTICLE  =================================*/
/* Blog */
.layout-blogs .breadcrumb-shop,
.layout-article .breadcrumb-shop {
  margin-bottom: 0; }

.boxBlog-left {
  padding-right: 30px; }

.boxBlog-right {
  padding-left: 0; }

.heading-page {
  margin-bottom: 20px; }

.heading-page h1 {
  font-size: 28px;
  margin: 0; }

.list-article-content {
  display: flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; }

/* Article Loop */
.article-loop {
  margin-bottom: 30px; }
  .article-loop .article-inner {
    background: #fff;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 8px; }
  .article-loop .article-image {
    position: relative;
    overflow: hidden;
    border-radius: 8px 8px 0 0; }
  .article-loop .article-image img {
    transition: opacity 0.2s ease-in-out, transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: opacity 0.2s ease-in-out, transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: opacity 0.2s ease-in-out, transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 275px;
    object-fit: cover; }
  .article-loop .article-detail {
    padding: 24px 16px 12px 16px; }
  .article-loop .article-title .post-title {
    font-size: 20px;
    margin-bottom: 8px; }
  .article-loop .article-detail .entry-content {
    font-size: 14px; }
  .article-loop .article-post-meta {
    margin-bottom: 8px; }
    .article-loop .article-post-meta span {
      display: inline-block; }
    .article-loop .article-post-meta .author {
      border-radius: 9999px;
      background: #00B500;
      color: #fff;
      font-size: 12px;
      font-weight: 500;
      padding: 5px 12px; }
    .article-loop .article-post-meta .date {
      color: #666F77;
      font-size: 12px;
      font-weight: 500;
      margin-left: 6px; }
    .article-loop .article-post-meta span + span:before {
      width: 0;
      height: 0;
      margin: 0; }
  .article-loop .article-viewmore {
    margin-top: 8px;
    margin-bottom: 0; }
    .article-loop .article-viewmore a {
      padding: 6px 0;
      display: flex;
      gap: 4px;
      color: #666F77;
      font-size: 14px;
      font-weight: 500;
      align-items: center; }
      .article-loop .article-viewmore a svg {
        transition: all 0.5s ease;
        transform: translateX(0); }
      .article-loop .article-viewmore a:hover svg {
        transform: translateX(5px); }
  @media (min-width: 1200px) {
    .article-loop .article-inner:hover .article-image img {
      transform: scale(1.07);
      -webkit-transform: scale(1.07);
      -ms-transform: scale(1.07);
      -o-transform: scale(1.07);
      -moz-transform: scale(1.07);
      opacity: 0.8; } }
  @media (max-width: 767.98px) {
    .article-loop .article-post-meta .author {
      font-size: 10px; }
    .article-loop .article-post-meta .date {
      font-size: 10px; }
    .article-loop .article-viewmore a {
      font-size: 12px; }
      .article-loop .article-viewmore a svg {
        width: 16px;
        height: 16px; } }

/* Article */
.wrapper-contentArticle,
.wrapper-contentBlogs {
  margin: 40px 0; }

.wrapper-contentArticle .heading-article {
  margin: 0 0 8px; }

.wrapper-contentArticle .heading-article h1 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 8px; }

.boxArticle-detail {
  background: #fff;
  margin-bottom: 25px; }

.inforArticle-content .article-content > div {
  margin-bottom: 30px; }

.inforArticle-content .article-content .box-article-detail {
  margin: 0 auto 30px;
  max-width: inherit; }
  .inforArticle-content .article-content .box-article-detail img {
    border-radius: 8px; }

.inforArticle-content .article-post-meta {
  font-size: 13px;
  color: #74839f;
  margin: 0 0 5px; }
  .inforArticle-content .article-post-meta a {
    color: #757575; }
  .inforArticle-content .article-post-meta a:hover {
    color: var(--shop-color-hover); }
  .inforArticle-content .article-post-meta span {
    position: relative; }
  .inforArticle-content .article-post-meta span + span:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: -1px 10px 0;
    border-radius: 100%;
    background-color: #74839f;
    opacity: 0.4;
    vertical-align: middle; }
  @media (max-width: 991px) {
    .inforArticle-content .article-post-meta {
      font-size: 10px; }
    .inforArticle-content .article-post-meta span + span:before {
      margin: 0 2px; }
    .inforArticle-content .article-post-meta span.comment:before {
      margin-left: 0;
      margin-right: 5px; } }

.inforArticle-content .post-navigation {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  padding: 25px 0 0; }
  .inforArticle-content .post-navigation .flex-row-articleToolbar {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap; }
    .inforArticle-content .post-navigation .flex-row-articleToolbar a {
      color: var(--shop-color-text); }
    .inforArticle-content .post-navigation .flex-row-articleToolbar a:hover {
      color: var(--shop-color-hover); }
    .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p {
      margin: 0;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p span {
      font-size: 14px;
      color: var(--shop-color-title);
      font-weight: 600; }
    .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar-navigation {
      width: 100%; }
    .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar--nav {
      text-align: right;
      font-weight: 600;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between; }
    .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar--nav > span svg {
      vertical-align: -1px;
      width: 12px;
      color: var(--shop-color-text);
      height: 12px;
      margin: 0 4px; }
    .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar--nav .separator {
      display: inline-block;
      position: relative;
      width: 1px;
      height: 12px;
      margin: 0 18px;
      background: var(--shop-color-text);
      opacity: 0.8;
      vertical-align: middle; }

.inforArticle-content .box-article-detail h2 {
  font-size: 22px; }

.inforArticle-content .box-article-detail h3 {
  font-size: 20px; }

.inforArticle-content .box-article-detail h4,
.inforArticle-content .box-article-detail h5,
.inforArticle-content .box-article-detail h6 {
  font-size: 18px; }

.inforArticle-content .box-article-tags {
  font-size: 16px; }

.inforArticle-content .box-article-tags a {
  color: red; }

.inforArticle-content .article-comment {
  background: #fff;
  padding: 15px 20px;
  border-radius: 3px;
  box-shadow: 0 0 6px #e5e8e0; }
  .inforArticle-content .article-comment > div {
    margin-bottom: 30px; }
  .inforArticle-content .article-comment .title-bl h3 {
    font-size: 22px;
    color: #252a2b;
    border-bottom: 1px solid var(--shop-color-border);
    padding-bottom: 10px;
    margin-bottom: 20px; }
  .inforArticle-content .article-comment .comment_form .form-group {
    width: 100%;
    margin-bottom: 15px; }
  .inforArticle-content .article-comment .comment_form .form-group input {
    color: #5c5c5c;
    height: 45px;
    width: 100%;
    font-weight: 500;
    padding: 8px 20px;
    background: #fff;
    border: 1px solid var(--shop-color-border);
    border-radius: 4px;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; }
  .inforArticle-content .article-comment .comment_form .form-group textarea {
    box-shadow: none;
    border: 1px solid var(--shop-color-border);
    border-radius: 4px;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; }
  .inforArticle-content .article-comment .comment-user {
    margin-bottom: 20px; }
  .inforArticle-content .article-comment .comment-user .author {
    font-size: 16px;
    margin: 0 0 5px; }
  .inforArticle-content .article-comment .comment-user .author span.date {
    font-size: 14px;
    float: right; }

.article-related {
  margin-top: 25px;
  border-radius: 3px; }
  .article-related .title-blog-related {
    position: relative;
    text-align: left;
    margin: 0 0 28px; }
  .article-related .title-blog-related span {
    display: inline-block;
    color: var(--shop-color-title);
    position: relative;
    font-size: 36px; }
  .article-related .list-blogs-related.owl-carousel:not(.owl-loaded) {
    display: flex;
    gap: 20px; }
    @media (min-width: 768px) {
      .article-related .list-blogs-related.owl-carousel:not(.owl-loaded) .article-loop {
        flex: 0 0 calc(33.333% - 13.33333px);
        max-width: calc(33.333% - 13.33333px); } }
    @media (max-width: 767.98px) {
      .article-related .list-blogs-related.owl-carousel:not(.owl-loaded) .article-loop {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px); } }
  .article-related .list-blogs-related.owl-carousel .owl-nav .owl-prev,
  .article-related .list-blogs-related.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 42px;
    height: 42px;
    line-height: 28px;
    border-radius: 50%;
    background: rgba(2, 2, 2, 0.1);
    border: 1px solid #fff;
    backdrop-filter: blur(5px);
    outline: none;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 1; }
  .article-related .list-blogs-related.owl-carousel .owl-nav .owl-prev {
    left: -21px; }
  .article-related .list-blogs-related.owl-carousel .owl-nav .owl-next {
    right: -21px; }
  .article-related .list-blogs-related.owl-carousel .owl-nav .owl-prev.disabled,
  .article-related .list-blogs-related.owl-carousel .owl-nav .owl-next.disabled {
    opacity: 0.5; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .article-related .list-blogs-related.owl-carousel .owl-nav .owl-prev {
      left: 21px; }
    .article-related .list-blogs-related.owl-carousel .owl-nav .owl-next {
      right: 21px; } }
  @media (min-width: 992px) {
    .article-related .list-blogs-related.owl-carousel .owl-nav .owl-prev:hover,
    .article-related .list-blogs-related.owl-carousel .owl-nav .owl-next:hover {
      background: var(--shop-color-button);
      color: #fff; } }
  @media (max-width: 767px) {
    .article-related .list-blogs-related .owl-item:hover {
      box-shadow: none; } }

/* Toolbar article */
.article-content h2 {
  font-size: 18px; }

.article-content h3 {
  font-size: 16px; }

/* Table of Contents Article */
.table-of-contents {
  background: #f7fbf9;
  border: 1px solid #e0f1e9;
  border-radius: 6px;
  display: block;
  padding: 8px 15px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 0 auto 30px;
  width: 100%;
  display: table; }

.table-of-contents .table-title {
  font-weight: 700;
  font-size: 15px;
  margin: 0;
  padding: 10px 0; }

.table-of-contents .table-title .toc_toggle {
  font-size: 13px;
  color: #bcbdc1;
  display: inline-block;
  vertical-align: 2px;
  margin-left: 8px; }

.table-of-contents .table-title .toc_toggle a {
  color: var(--shop-color-main);
  padding: 0 1px; }

.table-of-contents ul {
  font-size: 14px;
  list-style-type: disc;
  margin: 0 0 0 16px; }

.table-of-contents ul li {
  list-style-position: outside;
  margin: 8px 0 0; }

.table-of-contents ul li::marker {
  color: var(--shop-color-main); }

.table-of-contents ul li a {
  text-decoration: none;
  color: #333333; }

.table-of-contents > ul {
  padding-bottom: 10px; }

.table-of-contents > ul ul ul {
  display: none; }

.table-of-contents ul li a:hover,
.table-of-contents ul li a:focus {
  color: var(--shop-color-hover); }

.table-content-button {
  width: 35px;
  height: 35px;
  display: block;
  position: fixed;
  left: 10px;
  z-index: 10;
  opacity: 0;
  top: 45%;
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

.table-content-button .btn-icolist {
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  outline: none;
  float: left;
  background: #fcfcfc;
  border: 1px solid #eeeeee;
  border-radius: 4px; }

.table-content-button .btn-icolist svg {
  width: 20px;
  height: 35px;
  vertical-align: initial; }

.table-content-fixed {
  position: fixed;
  left: 10px;
  z-index: 999;
  max-width: 280px;
  top: 45%;
  background: #f7fbf9;
  border: 1px solid #e0f1e9;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  -webkit-transform-origin: 0 top;
  transform-origin: 0 top;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }

.table-content-fixed .table-of-header {
  position: relative;
  padding: 10px 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee; }

.table-content-fixed .table-of-header .hTitle {
  max-width: calc(100% - 50px);
  margin-left: 0;
  font-weight: 600;
  font-size: 14px; }

.table-content-fixed .table-of-header .hClose {
  position: absolute;
  right: 5px;
  top: 2px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  text-align: center; }

.table-content-fixed .table-of-header .hClose svg {
  width: 32px;
  height: 32px;
  width: 14px; }

.table-content-fixed .table-of-contents {
  border: 0;
  background: #ffffff;
  margin: 0;
  padding: 5px 12px;
  box-shadow: none;
  display: block;
  overflow: hidden;
  overflow-y: auto;
  max-height: 70vh;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }

.table-content-fixed .table-of-contents .table-title {
  display: none; }

.table-content-fixed .table-of-contents ul {
  font-size: 13px; }

.table-content-button.active {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1); }

.table-content-fixed.active {
  transform: scale(1) translateY(-45%);
  -webkit-transform: scale(1) translateY(-45%);
  -moz-transform: scale(1) translateY(-45%);
  -ms-transform: scale(1) translateY(-45%);
  -o-transform: scale(1) translateY(-45%); }

@media (min-width: 768px) {
  .blogs-aside--sticky {
    top: 30px;
    position: -webkit-sticky;
    position: sticky;
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
    transition: top 400ms ease; }
  body.scroll-body-up .blogs-aside--sticky {
    top: 80px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .boxBlog-left {
    padding-right: 15px; }
  .boxBlog-right {
    padding-left: 15px;
    padding-right: 15px; }
  .article-loop .article-inner .article-image {
    background: transparent; }
  .article-loop .article-inner .article-title h3.post-title {
    font-size: 18px;
    margin: 10px 0 5px; }
  .inforArticle-content .article-related .list-blogs-related .article-post {
    margin-bottom: 15px; }
  .inforArticle-content .article-related .list-blogs-related .article-post:nth-of-type(2n + 1) {
    clear: both; }
  .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar--nav,
  .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p {
    text-align: center; }
  .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p {
    margin-bottom: 20px; }
  .inforArticle-content .article-related {
    margin-bottom: 20px; } }

@media (max-width: 767.98px) {
  .heading-page h1 {
    font-size: 24px;
    text-align: left;
    margin-bottom: 15px; }
  .boxBlog-left {
    padding: 0 7px; }
  .boxBlog-right {
    padding: 0 7px; }
  .wrapper-contentArticle,
  .wrapper-contentBlogs {
    margin-top: 0;
    margin-bottom: 0; }
  .article-loop .article-inner .article-image {
    background: transparent; }
    .article-loop .article-inner .article-image img {
      height: 100%;
      object-fit: cover;
      aspect-ratio: 1/1; }
  .article-loop .article-inner .article-detail {
    padding: 10px; }
  .article-loop .article-inner .article-detail .entry-content {
    font-size: 12px;
    margin-bottom: 5px; }
  .article-loop .article-inner .article-title h3.post-title {
    font-size: 16px; }
  .article-loop.article_loopfirst .article-inner {
    padding-top: 0;
    overflow: hidden; }
  .article-loop.article_loopfirst .article-inner .article-title {
    -webkit-order: 2;
    order: 2; }
  .article-loop.article_loopfirst .article-inner .article-detail {
    -webkit-order: 3;
    order: 3;
    width: 100%;
    padding-left: 0; }
  .article-loop.article_loopfirst .article-inner .article-image {
    -webkit-order: 1;
    order: 1;
    width: 100%; }
  .wrapper-contentArticle .heading-article h1 {
    font-size: 22px; }
  .inforArticle-content .article-related {
    margin-bottom: 20px; }
  .inforArticle-content .article-related .content-blogs-related {
    position: relative;
    overflow: hidden;
    margin: 0 -15px; }
  .inforArticle-content .article-related .content-blogs-related .list-blogs-related {
    white-space: nowrap;
    margin-left: 0;
    margin-right: 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 50px;
    margin-bottom: -50px;
    transition: transform 0.25s ease 0s;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: block; }
  .inforArticle-content .article-related .content-blogs-related .owl-stage {
    left: -23px; }
  .inforArticle-content .article-related .list-blogs-related .article-post {
    display: inline-block;
    width: 65%;
    float: none;
    padding-left: 0;
    padding-right: 7px;
    vertical-align: top;
    white-space: normal; }
  .inforArticle-content .article-comment .title-bl h3 {
    font-size: 20px; }
  .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar--nav,
  .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p {
    text-align: center; }
  .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p {
    margin-bottom: 20px; }
  .article-related {
    margin-top: 15px; }
  .article-related .title-blog-related {
    margin-bottom: 15px; }
  .article-related .title-blog-related span {
    font-size: 24px; } }

/*======  SIDEBAR BLOG =========*/
.list-blogs-latest {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px; }
  .list-blogs-latest .item-article {
    display: flex;
    flex-wrap: wrap;
    margin: 0; }
  .list-blogs-latest .post-image {
    width: 180px;
    position: relative; }
    .list-blogs-latest .post-image img {
      height: 100%;
      border-radius: 8px;
      object-fit: cover; }
  .list-blogs-latest .post-content {
    width: calc(100% - 180px);
    padding: 0px 15px; }
    .list-blogs-latest .post-content h3 {
      margin: 0 0px;
      font-size: 16px; }
      .list-blogs-latest .post-content h3 a {
        color: var(--shop-color-main); }
    .list-blogs-latest .post-content .post-meta {
      font-size: 10px;
      margin: 0 0 8px 0;
      display: flex;
      gap: 6px;
      align-items: center; }
      .list-blogs-latest .post-content .post-meta .cate {
        border-radius: 9999px;
        background: #00B500;
        color: #fff;
        font-size: 10px;
        font-weight: 500;
        padding: 5px 8px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
      .list-blogs-latest .post-content .post-meta .date {
        color: #666F77; }
    .list-blogs-latest .post-content .post-viewmore {
      margin-top: 15px;
      margin-bottom: 0; }
      .list-blogs-latest .post-content .post-viewmore a {
        color: #666F77;
        font-size: 14px;
        font-weight: 500; }

/* Page.blog */
.page-blog-search {
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }
  .page-blog-search:after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 5; }
  .page-blog-search .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%; }
  .page-blog-search .page-blog-search-content {
    position: relative;
    z-index: 10;
    max-width: 850px;
    color: #fff;
    text-align: center; }
    .page-blog-search .page-blog-search-content h2 {
      color: #fff;
      font-size: 36px;
      margin-bottom: 10px; }
    .page-blog-search .page-blog-search-content .desc {
      font-size: 18px; }
  .page-blog-search .form-search {
    background: linear-gradient(111deg, #00B500 59.8%, #009500 100.54%);
    border-radius: 50px;
    margin-top: 40px; }
  .page-blog-search .form-search-wrap {
    background: #fff;
    border-radius: 50px;
    position: relative;
    top: -8px;
    left: -11px;
    padding: 24px 70px;
    text-align: center; }
    .page-blog-search .form-search-wrap .searchform {
      position: relative; }
      .page-blog-search .form-search-wrap .searchform input {
        border-radius: 40px;
        border: 1px solid #006E43;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(5px);
        width: 100%;
        padding: 8px 20px;
        height: 40px; }
      .page-blog-search .form-search-wrap .searchform #search-blog-btn {
        position: absolute;
        width: 24px;
        height: 24px;
        top: 6px;
        right: 20px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center; }
    .page-blog-search .form-search-wrap .titleform {
      color: #526F2D;
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 20px; }
    .page-blog-search .form-search-wrap .descform {
      margin-top: 16px;
      color: #878787;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: -0.07px; }
  @media (max-width: 991.98px) {
    .page-blog-search {
      height: 400px; }
      .page-blog-search .page-blog-search-content {
        padding: 8px; }
        .page-blog-search .page-blog-search-content h2 {
          color: #fff;
          font-size: 24px;
          margin-bottom: 10px; }
        .page-blog-search .page-blog-search-content .desc {
          font-size: 12px; }
      .page-blog-search .form-search {
        margin-top: 30px;
        margin-right: -8px; }
      .page-blog-search .form-search-wrap {
        padding: 10px;
        top: -6px;
        left: -6px; }
        .page-blog-search .form-search-wrap .titleform {
          font-size: 20px;
          margin-bottom: 10px; }
        .page-blog-search .form-search-wrap .searchform input {
          padding: 8px 10px;
          font-size: 12px; }
        .page-blog-search .form-search-wrap .searchform #search-blog-btn svg {
          width: 18px;
          height: 18px; }
        .page-blog-search .form-search-wrap .descform {
          margin-top: 10px;
          font-size: 12px; } }

.page-blog-all {
  padding-top: 50px;
  margin-bottom: 40px; }
  .page-blog-all .menu {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 30px; }
    .page-blog-all .menu .menu-item {
      display: flex;
      padding: 10px 16px;
      justify-content: center;
      align-items: center;
      border-radius: 8px;
      border: 1px solid #B9B9B9;
      font-weight: 500;
      transition: all 0.5s ease; }
      .page-blog-all .menu .menu-item a {
        display: block;
        font-weight: 500;
        transition: all 0.5s ease; }
      .page-blog-all .menu .menu-item:hover {
        background: #526F2D;
        color: #fff; }
        .page-blog-all .menu .menu-item:hover a {
          color: #fff; }
      .page-blog-all .menu .menu-item.active {
        border-radius: 8px;
        background: #526F2D;
        color: #fff; }
  @media (max-width: 991.98px) {
    .page-blog-all {
      padding-top: 30px;
      margin-bottom: 30px; }
      .page-blog-all .menu {
        display: block;
        white-space: nowrap;
        overflow-x: auto; }
        .page-blog-all .menu .menu-item {
          display: inline-flex;
          margin-left: 16px;
          padding: 8px;
          font-size: 14px; }
          .page-blog-all .menu .menu-item:first-child {
            margin-left: 0; } }

.page-blog-banner {
  margin-bottom: 40px; }
  .page-blog-banner img {
    border-radius: 16px; }
  @media (max-width: 991.98px) {
    .page-blog-banner {
      margin-bottom: 30px; } }

.page-blog-menulists .page-blog-menu-item {
  padding: 40px 0; }
  .page-blog-menulists .page-blog-menu-item .heading {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px; }
    .page-blog-menulists .page-blog-menu-item .heading h2 {
      font-size: 36px;
      margin: 0;
      flex: 1 0 0; }
    .page-blog-menulists .page-blog-menu-item .heading .viewmore a {
      display: flex;
      padding: 10px 24px;
      justify-content: center;
      align-items: center;
      border-radius: 4px;
      background: #526F2D;
      color: #fff;
      font-size: 14px;
      font-weight: 700; }
  .page-blog-menulists .page-blog-menu-item .page-blog-menu-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; }
    .page-blog-menulists .page-blog-menu-item .page-blog-menu-wrap .article-loop {
      flex: 0 0 calc(33.3333% - 13.33334px);
      max-width: calc(33.3333% - 13.333334px);
      overflow: hidden;
      margin: 0; }
  .page-blog-menulists .page-blog-menu-item:first-child {
    background: #EEFFE7; }

@media (max-width: 991.98px) {
  .page-blog-menulists .page-blog-menu-item {
    padding: 30px 0; }
    .page-blog-menulists .page-blog-menu-item .heading {
      margin-bottom: 30px; }
      .page-blog-menulists .page-blog-menu-item .heading h2 {
        font-size: 24px;
        margin: 0; }
      .page-blog-menulists .page-blog-menu-item .heading .viewmore a {
        padding: 10px;
        font-size: 12px; }
    .page-blog-menulists .page-blog-menu-item .page-blog-menu-wrap {
      display: flex;
      flex-wrap: wrap;
      gap: 15px; }
      .page-blog-menulists .page-blog-menu-item .page-blog-menu-wrap .article-loop {
        flex: 0 0 100%;
        max-width: 100%;
        overflow: hidden;
        margin: 0; }
        .page-blog-menulists .page-blog-menu-item .page-blog-menu-wrap .article-loop .article-inner .article-image img {
          aspect-ratio: inherit; } }

.page-blog-all-lists {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  .page-blog-all-lists .item-article .post-content {
    width: calc(100% - 196px);
    padding: 10px 20px; }
    .page-blog-all-lists .item-article .post-content h3 {
      margin: 0 0px;
      font-size: 16px; }
      .page-blog-all-lists .item-article .post-content h3 a {
        color: var(--shop-color-main); }
    .page-blog-all-lists .item-article .post-content .post-meta {
      font-size: 12px;
      margin: 0 0 8px 0;
      display: flex;
      gap: 6px;
      align-items: center; }
      .page-blog-all-lists .item-article .post-content .post-meta .cate {
        border-radius: 9999px;
        background: #00B500;
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        padding: 5px 12px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
      .page-blog-all-lists .item-article .post-content .post-meta .date {
        color: #666F77; }
    .page-blog-all-lists .item-article .post-content .post-viewmore {
      margin-top: 15px;
      margin-bottom: 0; }
      .page-blog-all-lists .item-article .post-content .post-viewmore a {
        color: #666F77;
        font-size: 14px;
        font-weight: 500; }
  .page-blog-all-lists .wrapbox-left {
    flex: 0 0 calc(60% - 10px);
    max-width: calc(60% - 10px); }
    .page-blog-all-lists .wrapbox-left .item-article {
      position: relative; }
      .page-blog-all-lists .wrapbox-left .item-article .post-image {
        height: 490px;
        border-radius: 20px;
        overflow: hidden;
        position: relative; }
        .page-blog-all-lists .wrapbox-left .item-article .post-image img {
          height: 100%;
          object-fit: cover; }
        .page-blog-all-lists .wrapbox-left .item-article .post-image:after {
          content: '';
          position: absolute;
          inset: 0;
          width: 100%;
          height: 100%;
          background: linear-gradient(180deg, transparent 64.13%, rgba(0, 0, 0, 0.2) 79.23%);
          z-index: 9; }
      .page-blog-all-lists .wrapbox-left .item-article .post-content {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0 60px 40px 60px;
        z-index: 20; }
        .page-blog-all-lists .wrapbox-left .item-article .post-content * {
          color: #fff !important; }
          .page-blog-all-lists .wrapbox-left .item-article .post-content * svg path {
            stroke: #fff; }
  .page-blog-all-lists .wrapbox-right {
    flex: 0 0 calc(40% - 10px);
    max-width: calc(40% - 10px);
    display: flex;
    flex-direction: column;
    gap: 20px; }
    .page-blog-all-lists .wrapbox-right .item-article {
      display: flex;
      flex-wrap: wrap;
      margin: 0; }
    .page-blog-all-lists .wrapbox-right .post-image {
      flex: 1 0 0;
      position: relative; }
      .page-blog-all-lists .wrapbox-right .post-image img {
        height: 150px;
        border-radius: 8px;
        object-fit: cover; }
    .page-blog-all-lists .wrapbox-right .post-content {
      flex: 1 0 0; }
  @media (max-width: 991.98px) {
    .page-blog-all-lists .item-article .post-content {
      flex: 0 0 100%;
      max-width: 100%;
      padding: 10px;
      width: 100%; }
      .page-blog-all-lists .item-article .post-content h3 {
        margin: 0 0px;
        font-size: 16px; }
        .page-blog-all-lists .item-article .post-content h3 a {
          color: var(--shop-color-main); }
      .page-blog-all-lists .item-article .post-content .post-meta {
        font-size: 10px; }
        .page-blog-all-lists .item-article .post-content .post-meta .cate {
          font-size: 10px;
          padding: 5px; }
      .page-blog-all-lists .item-article .post-content .post-viewmore a {
        font-size: 12px; }
        .page-blog-all-lists .item-article .post-content .post-viewmore a svg {
          width: 16px;
          height: 16px; }
    .page-blog-all-lists .wrapbox-left {
      flex: 0 0 100%;
      max-width: 100%; }
      .page-blog-all-lists .wrapbox-left .item-article {
        position: relative; }
        .page-blog-all-lists .wrapbox-left .item-article .post-image {
          height: auto; }
        .page-blog-all-lists .wrapbox-left .item-article .post-content {
          padding: 10px;
          position: relative;
          width: 100%;
          max-width: inherit; }
          .page-blog-all-lists .wrapbox-left .item-article .post-content h3 a {
            color: var(--shop-color-main) !important; }
          .page-blog-all-lists .wrapbox-left .item-article .post-content .post-meta .cate {
            color: #fff !important; }
          .page-blog-all-lists .wrapbox-left .item-article .post-content .post-meta .date {
            color: #666F77 !important; }
          .page-blog-all-lists .wrapbox-left .item-article .post-content .post-viewmore {
            margin-top: 15px;
            margin-bottom: 0; }
            .page-blog-all-lists .wrapbox-left .item-article .post-content .post-viewmore a {
              color: #666F77 !important; }
              .page-blog-all-lists .wrapbox-left .item-article .post-content .post-viewmore a svg {
                color: #666F77 !important; }
                .page-blog-all-lists .wrapbox-left .item-article .post-content .post-viewmore a svg path {
                  stroke: #666F77; }
    .page-blog-all-lists .wrapbox-right {
      flex: 0 0 100%;
      max-width: 100%;
      gap: 15px; }
      .page-blog-all-lists .wrapbox-right .post-image {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative; }
        .page-blog-all-lists .wrapbox-right .post-image img {
          height: 100%;
          border-radius: 8px;
          object-fit: cover; } }
