/* 1.6 - Variable */
.list-blogs-latest .item-article .post-content h3 a {
  white-space: initial;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box; }

/*===== BLOGS +++ ARTICLE  =================================*/
.sectionHeading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px; }

.sectionHeading .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch; }

.sectionHeading .heading h2 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin: 0; }

.sectionHeading .heading h1 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin: 0; }

.sectionHeading .heading .viewmore a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #C11818;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.1px;
  padding: 8px 24px;
  border-radius: 6px;
  border: 1px solid #C11818;
  background: #FFF; }

.sectionHeading .heading .viewmore a:hover {
  background: #C11818;
  color: #FFF; }

@media (max-width: 991.98px) {
  .sectionHeading .heading h2 {
    font-size: 20px; }
  .sectionHeading .heading h1 {
    font-size: 20px; }
  .sectionHeading .heading .viewmore a {
    padding: 8px 16px; } }

.owlflex.owl-carousel:not(.owl-loaded) {
  display: flex;
  display: -ms-flex;
  overflow: hidden; }

.owlflex.owl-carousel .owl-nav button {
  position: absolute;
  top: calc(50% - 20px);
  padding: 0;
  opacity: 0;
  height: 28px;
  width: 28px;
  padding: 8px;
  border-radius: 4px;
  background-color: #fff;
  outline: none;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center; }

.owlflex.owl-carousel .owl-nav button.owl-prev {
  left: 00px; }

.owlflex.owl-carousel .owl-nav button.owl-next {
  right: 00px; }

.owlflex.owl-carousel .owl-nav button svg {
  width: 20px;
  height: 20px; }

.owlflex:hover .owl-nav button {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/* Blog */
.layout-blog-tongquan .breadcrumb-shop {
  margin-bottom: 32px; }

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

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

/* Article */
.wrapper-contentArticle,
.wrapper-contentBlogs {
  padding: 64px 0; }

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

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

.article-post-time {
  display: flex;
  gap: 8px;
  align-items: center; }
  .article-post-time time {
    color: #808080;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: -0.1px; }

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

.inforArticle-content .article-content > div {
  margin-bottom: 30px; }
  .inforArticle-content .article-content > div blockquote {
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 8px;
    background: rgba(193, 24, 24, 0.15); }

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

.inforArticle-content .article-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
  margin-top: 8px; }
  .inforArticle-content .article-post-meta > div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center; }
  .inforArticle-content .article-post-meta .article-author {
    color: #C11818;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: -0.1px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.1px; }
  .inforArticle-content .article-post-meta .article-author {
    color: #C11818; }

.inforArticle-content .box-article-detail {
  margin-top: 40px; }
  .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 .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; }

/* Table of Contents Article */
.table-of-contents {
  background: #fff8f8;
  border: 1px solid #e9bebe;
  border-radius: 8px;
  display: block;
  padding: 12px 16px;
  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 {
  margin-bottom: 12px;
  padding: 0; }

.table-of-contents .table-title .htitle {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  cursor: pointer; }
  .table-of-contents .table-title .htitle .name {
    color: #C11818;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.2px; }
    .table-of-contents .table-title .htitle .name svg {
      margin-right: 8px; }

.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 .table-title .toc_toggle a svg {
    transform: rotate(0deg);
    transition: all 0.5s ease; }

.table-of-contents .table-title .toc_toggle a.is-open svg {
  transform: rotate(180deg); }

.table-of-contents ul {
  font-size: 16px;
  margin: 0 0 0 32px; }

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

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

.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: #fff8f8;
  border: 1px solid #e9bebe;
  -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: 767px) {
  .heading-page h1 {
    font-size: 24px;
    text-align: left;
    margin-bottom: 15px; }
  .wrapper-contentArticle,
  .wrapper-contentBlogs {
    padding-top: 32px;
    padding-bottom: 32px; }
  .article-loop {
    margin-bottom: 14px; }
  .wrapper-contentArticle .heading-article h1 {
    font-size: 22px; }
  .inforArticle-content .article-comment .title-bl h3 {
    font-size: 20px; } }

/*======  SIDEBAR BLOG =========*/
.list-blogs-latest {
  counter-reset: post-ranking; }

.list-blogs-latest .item-article {
  border-bottom: 1px #efefef dotted;
  padding: 15px 0;
  margin: 0; }

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

.list-blogs-latest .item-article .post-image {
  width: 100px;
  padding-right: 10px;
  float: left;
  position: relative; }

.list-blogs-latest .item-article .post-image:before {
  position: absolute;
  content: counter(post-ranking);
  top: calc(50% - 16px);
  left: -16px;
  border: 2px solid #fff;
  height: 28px;
  width: 28px;
  line-height: 26px;
  text-align: center;
  border-radius: 100%;
  background: var(--shop-color-main);
  color: #fff;
  font-size: 12px;
  counter-increment: post-ranking;
  z-index: 1; }

.list-blogs-latest .item-article .post-content {
  width: calc(100% - 100px);
  float: left; }

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

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

.list-blogs-latest .item-article .post-content .post-meta {
  font-size: 12px;
  margin: 0; }

.list-blogs-latest .item-article .post-content .post-meta .date {
  color: #74839f; }

/* CusNew */
.box-article-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px; }
  .box-article-share .box-article-share-wrap {
    display: flex;
    flex-wrap: wrap; }
    .box-article-share .box-article-share-wrap .item {
      display: flex;
      flex: 0 0 32px;
      max-width: 32px;
      height: 32px;
      justify-content: center;
      align-items: center;
      aspect-ratio: 1/1;
      border-radius: 50%;
      border: 1px solid #C11818; }
      .box-article-share .box-article-share-wrap .item:hover {
        background: #C11818; }
        .box-article-share .box-article-share-wrap .item:hover svg path {
          fill: #fff; }

.sidebox-content-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap; }
  .sidebox-content-tags .tag {
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: rgba(193, 24, 24, 0.15);
    color: #C11818;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    /* 133.333% */
    letter-spacing: -0.1px; }

.list-blogs-related .article-loop {
  margin-bottom: 32px; }
  .list-blogs-related .article-loop:last-child {
    margin-bottom: 0; }

.list-blogs-related .item-article .media-article {
  margin-bottom: 8px; }
  .list-blogs-related .item-article .media-article .blog-title-article {
    display: none; }

.list-blogs-related .item-article .info-article {
  padding: 0; }
  .list-blogs-related .item-article .info-article .time-article {
    order: 2; }
  .list-blogs-related .item-article .info-article .title-article {
    order: 1; }
  .list-blogs-related .item-article .info-article .short-article {
    display: none; }
  .list-blogs-related .item-article .info-article .view-article {
    display: none; }

.article-product-related {
  margin-top: 64px; }
  @media (max-width: 991.98px) {
    .article-product-related {
      margin-top: 32px; } }
  @media (min-width: 1200px) {
    .article-product-related .slider-collection .owl-carousel:not(.owl-loaded) > div {
      flex: 0 0 calc(25% - 24px);
      max-width: calc(25% - 24px);
      margin-right: 32px; } }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .article-product-related .slider-collection .owl-carousel:not(.owl-loaded) > div {
      flex: 0 0 calc(33.3333% - 21.33333333px);
      max-width: calc(33.3333% - 21.33333333px);
      margin-right: 32px; } }
  @media (max-width: 767.98px) {
    .article-product-related .slider-collection .owl-carousel:not(.owl-loaded) > div {
      flex: 0 0 calc(50% - 16px);
      max-width: calc(50% - 16px);
      margin-right: 32px; } }
  .article-product-related .slider-collection .owl-carousel .owl-nav button.owl-prev {
    left: -40px; }
  .article-product-related .slider-collection .owl-carousel .owl-nav button.owl-next {
    right: -40px; }
  @media (max-width: 767.98px) {
    .article-product-related .slider-collection .owl-carousel .owl-nav button {
      background: #f3f3f3; }
    .article-product-related .slider-collection .owl-carousel .owl-nav button.owl-prev {
      left: 0px; }
    .article-product-related .slider-collection .owl-carousel .owl-nav button.owl-next {
      right: 0px; } }

/* Page Blog */
#section-home-blog .sectionContent {
  display: flex;
  flex-wrap: wrap;
  gap: 16px; }

#section-home-blog .sectionContent .section-blog-big {
  flex: 0 0 calc(50% - 8px);
  max-width: calc(50% - 8px); }

#section-home-blog .sectionContent .section-blog-big .media-article {
  border-radius: 4px;
  position: relative;
  padding-bottom: calc((299/552)*100%); }

#section-home-blog .sectionContent .section-blog-big .media-article img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 4px; }

#section-home-blog .sectionContent .section-blog-right {
  flex: 0 0 calc(50% - 8px);
  max-width: calc(50% - 8px);
  display: flex;
  flex-wrap: wrap;
  gap: 16px; }

#section-home-blog .sectionContent .section-blog-right .item-article {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  flex: 0 0 100%;
  max-width: 100%; }

#section-home-blog .sectionContent .section-blog-right .item-article .media-article {
  flex: 0 0 168px;
  max-width: 168px;
  position: relative;
  padding-bottom: 0; }

#section-home-blog .sectionContent .section-blog-right .item-article .media-article img {
  border-radius: 4px;
  object-fit: cover;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: auto;
  border-radius: 4px; }

#section-home-blog .sectionContent .section-blog-right .item-article .info-article {
  flex: 0 0 calc(100% - 176px);
  max-width: calc(100% - 176px);
  background: transparent;
  padding: 0;
  gap: 8px; }

#section-home-blog .sectionContent .section-blog-right .item-article .info-article .time-article {
  order: 2;
  font-size: 12px; }

#section-home-blog .sectionContent .section-blog-right .item-article .info-article .title-article {
  order: 1;
  font-size: 16px; }

#section-home-blog .sectionContent .section-blog-right .item-article .info-article .title-article a {
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box; }

#section-home-blog .sectionContent .section-blog-right .item-article .info-article .short-article {
  display: none; }

#section-home-blog .sectionContent .section-blog-right .item-article .info-article .view-article {
  order: 3;
  padding-top: 8px; }

#section-home-blog .sectionContent .section-blog-right .item-article .info-article .view-article a {
  background: transparent;
  color: #C11818;
  align-items: center;
  padding: 0; }

#section-home-blog .sectionContent .section-blog-right .item-article .info-article .view-article a svg {
  display: inline-flex; }

@media (max-width: 991.98px) {
  #section-home-blog .sectionContent .section-blog-big {
    flex: 0 0 100%;
    max-width: 100%; }
  #section-home-blog .sectionContent .section-blog-right {
    flex: 0 0 100%;
    max-width: 100%; } }

.page-blog-item {
  margin-bottom: 32px; }

.productDetail-recently-viewed {
  padding: 0 0 64px; }

.productDetail-related {
  padding: 0 0 64px; }
  @media (max-width: 991.98px) {
    .productDetail-related {
      margin-top: 32px; } }
  @media (min-width: 1200px) {
    .productDetail-related .slider-collection .owl-carousel:not(.owl-loaded) > div {
      flex: 0 0 calc(25% - 24px);
      max-width: calc(25% - 24px);
      margin-right: 32px; } }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .productDetail-related .slider-collection .owl-carousel:not(.owl-loaded) > div {
      flex: 0 0 calc(33.3333% - 21.33333333px);
      max-width: calc(33.3333% - 21.33333333px);
      margin-right: 32px; } }
  @media (max-width: 767.98px) {
    .productDetail-related .slider-collection .owl-carousel:not(.owl-loaded) > div {
      flex: 0 0 calc(50% - 16px);
      max-width: calc(50% - 16px);
      margin-right: 32px; } }
  .productDetail-related .slider-collection .owl-carousel .owl-nav button.owl-prev {
    left: -40px; }
  .productDetail-related .slider-collection .owl-carousel .owl-nav button.owl-next {
    right: -40px; }
  @media (max-width: 767.98px) {
    .productDetail-related .slider-collection .owl-carousel .owl-nav button {
      background: #f3f3f3; }
    .productDetail-related .slider-collection .owl-carousel .owl-nav button.owl-prev {
      left: 0px; }
    .productDetail-related .slider-collection .owl-carousel .owl-nav button.owl-next {
      right: 0px; } }
