.list-blogs-latest .item-article .post-content h3 a, .group-sidebox-news .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; }

.listBlogs-content {
  padding-top: 45px; }

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

.heading-page h1 {
  font-size: 38px;
  margin: 0;
  color: #C00E0E; }

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

.blog-menu {
  text-align: center;
  margin-bottom: 30px; }
  .blog-menu ul {
    display: inline-flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    background: #FFF3F3;
    border-radius: 40px;
    padding: 8px;
    gap: 8px; }
    .blog-menu ul li {
      border-radius: 40px; }
      .blog-menu ul li a {
        padding: 16px 20px;
        color: #C00E0E;
        font-weight: 500;
        display: block; }
      .blog-menu ul li.active, .blog-menu ul li:hover {
        background: #C00E0E; }
        .blog-menu ul li.active a, .blog-menu ul li:hover a {
          color: #fff; }

.pagination-blog button {
  padding: 16px 60px;
  border: 1px solid #C00E0E;
  color: #C00E0E;
  border-radius: 4px;
  font-size: 16px; }
  .pagination-blog button:before {
    background: #fff;
    color: #c00e0e; }
  .pagination-blog button:hover {
    background: #c00e0e; }

@media (max-width: 991.98px) {
  .pagination-blog button {
    font-size: 14px;
    padding: 16px 32px; } }

/* Article */
.wrapper-contentBlogs {
  margin-bottom: 40px; }

.wrapper-contentArticle {
  margin-top: 30px; }

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

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

.boxArticle-detail {
  background: #fff;
  border-radius: 3px; }

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

.inforArticle-content .article-content .box-article-detail {
  max-width: 860px;
  margin: 0 auto 30px; }

.inforArticle-content .article-post-meta {
  color: #616161;
  margin: 0 0 5px; }
  .inforArticle-content .article-post-meta a {
    color: #616161; }
  .inforArticle-content .article-post-meta a:hover {
    color: var(--shop-color-hover); }
  .inforArticle-content .article-post-meta span {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: center;
    color: #616161; }
  .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 {
  border-top: 1px solid var(--shop-color-border);
  width: 100%;
  display: inline-block;
  font-size: 16px;
  padding: 25px 0 0; }
  .inforArticle-content .post-navigation .flex-row-articleToolbar {
    font-size: 13px;
    margin: 0 -7px;
    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--nav {
      text-align: right;
      font-weight: 600; }
    .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 {
  padding: 40px 0; }
  .article-related .title-blog-related {
    position: relative;
    text-align: left;
    margin: 0 0 20px; }
  .article-related .title-blog-related span {
    display: inline-block;
    color: #C00E0E;
    position: relative;
    font-size: 24px; }

.list-blogs-related.owl-carousel:not(.owl-loaded) {
  flex-wrap: nowrap; }
  .list-blogs-related.owl-carousel:not(.owl-loaded) .article-loop {
    -webkit-flex: 0 0 calc(25% - 16px);
    flex: 0 0 calc(25% - 16px);
    margin-right: 16px; }
    @media (max-width: 1199.98px) and (min-width: 992px) {
      .list-blogs-related.owl-carousel:not(.owl-loaded) .article-loop {
        -webkit-flex: 0 0 calc(33.3333333% - 10.6666667px);
        flex: 0 0 calc(33.3333333% - 10.6666667px); } }
    @media (max-width: 767.98px) {
      .list-blogs-related.owl-carousel:not(.owl-loaded) .article-loop {
        -webkit-flex: 0 0 calc(50% - 8px);
        flex: 0 0 calc(50% - 8px); } }

.list-blogs-related .article-loop {
  margin-bottom: 0;
  height: 100%; }

.list-blogs-related .article-loop .article-inner {
  height: 100%; }

.list-blogs-related .article-loop .article-detail .post-title {
  font-size: 16px;
  margin: 0;
  padding-bottom: 8px; }

.list-blogs-related .article-loop .article-detail .entry-content {
  font-size: 14px; }

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

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

/* Table of Contents Article */
.table-of-contents {
  background: #FFFAFA;
  border: 1px solid #FFD4D4;
  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%;
  max-width: 860px;
  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: #000000; }

.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: #FFFAFA;
  border: 1px solid #FFD4D4;
  -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-right: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 12px;
  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; }
  .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-bottom: 30px;
    margin-top: 30px; } }

@media (max-width: 767px) {
  .heading-page h1 {
    font-size: 24px;
    margin-bottom: 15px; }
  .list-article-content {
    margin: 0 -7px; }
  .article-loop {
    margin-bottom: 16px; }
  .article-loop .article-inner .article-image {
    background: transparent; }
  .article-loop .article-inner .article-detail .entry-content {
    font-size: 12px;
    margin-bottom: 5px; }
  .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; }
  .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; }
  .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; } }

.list-blogs-latest {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 16px; }

.list-blogs-latest .item-article {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-direction: row;
  align-self: stretch; }

.list-blogs-latest .item-article:last-child {
  border-bottom: none; }

.list-blogs-latest .item-article .post-image {
  flex: 0 0 163px;
  max-width: 163px;
  position: relative;
  border-radius: 8px;
  padding-bottom: 122px;
  overflow: hidden; }
  .list-blogs-latest .item-article .post-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.list-blogs-latest .item-article .post-content {
  width: calc(100% - 173px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 6px;
  padding-left: 12px; }

.list-blogs-latest .item-article .post-content h3 {
  margin: 0px;
  font-size: 16px;
  font-weight: 500; }

.list-blogs-latest .item-article .post-content h3 a:hover {
  color: var(--shop-color-hover); }

.list-blogs-latest .item-article .post-content .post-meta {
  font-size: 14px;
  margin: 0;
  color: #C00E0E;
  line-height: 1.4; }

.list-blogs-latest .item-article .post-content .post-viewmore {
  margin-top: 8px; }
  .list-blogs-latest .item-article .post-content .post-viewmore a {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4%;
    /* 19.6px */
    letter-spacing: -0.07px; }
    .list-blogs-latest .item-article .post-content .post-viewmore a svg path {
      fill: #000; }
    .list-blogs-latest .item-article .post-content .post-viewmore a:hover {
      color: var(--shop-color-hover); }
      .list-blogs-latest .item-article .post-content .post-viewmore a:hover svg path {
        fill: var(--shop-color-hover); }

.group-sidebox-news .image {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  padding-bottom: calc((300 / 400) * 100%); }
  .group-sidebox-news .image img {
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .group-sidebox-news .image:after {
    content: '';
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.5) 85.33%);
    left: 0;
    width: 100%;
    height: 100%; }

.group-sidebox-news .content {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 0 24px 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px; }
  .group-sidebox-news .content .meta-post {
    display: inline-flex;
    padding: 8px 12px;
    align-items: center;
    border-radius: 20px;
    background: #FFF;
    color: #C00E0E;
    line-height: 1.4;
    font-size: 14px;
    letter-spacing: -0.07px;
    font-weight: 500; }
  .group-sidebox-news .content h3 {
    margin: 0; }
    .group-sidebox-news .content h3 a {
      overflow: hidden;
      color: #fff;
      text-overflow: ellipsis;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: 1.4;
      /* 25.2px */ }
