/* 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; }

.mainHeader {
  position: relative; }

@media (max-width: 991px) {
  .mainHeader {
    position: relative; } }

.section-breadcrumb {
  position: relative; }
  .section-breadcrumb .banner-img {
    text-align: center; }
  .section-breadcrumb .breadcrumb-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center; }
  .section-breadcrumb .title {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 8px; }
  .section-breadcrumb .breadcrumb-shop {
    background: none;
    border: none; }
    .section-breadcrumb .breadcrumb-shop .container {
      padding: 0; }
    .section-breadcrumb .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows {
      padding: 0;
      justify-content: start;
      align-items: center; }
      .section-breadcrumb .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows > li + li:before {
        content: "\f178";
        color: var(--shop-color-main); }
      .section-breadcrumb .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows > li a {
        color: var(--shop-color-main);
        font-weight: 600; }
  @media (max-width: 991px) {
    .section-breadcrumb .title {
      font-size: 40px; } }
  @media (max-width: 767px) {
    .section-breadcrumb .title {
      font-size: 30px; } }

.sidebar-blogs {
  filter: drop-shadow(0px 10px 20px rgba(193, 208, 203, 0.25));
  padding: 40px;
  background: var(--shop-color-bg);
  border-top: 6px solid var(--shop-color-main);
  margin-bottom: 40px; }

/*===== 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-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;
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
}
.article-image {position: relative;overflow: hidden;}
.article-image img {
transition: opacity .2s ease-in-out,transform .95s cubic-bezier(.25,.46,.45,.94);
-ms-transition: opacity .2s ease-in-out,transform .95s cubic-bezier(.25,.46,.45,.94);
-webkit-transition: opacity .2s ease-in-out,transform .95s cubic-bezier(.25,.46,.45,.94);
} 
.article-detail {padding: 15px 20px;}
.article-title .post-title {font-size:20px;}
.article-title .post-title a {@extend %text-line-clamp2;}
.article-detail .entry-content {font-size:16px;margin-bottom: 8px;@extend %text-line-clamp2;}
.article-post-meta {
font-size: 13px;color: #74839f;margin:0 0 5px;
a {color: #757575;}
a:hover {color:var(--shop-color-hover);}
span {position: relative;}
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){
& {font-size: 10px;}
span + span:before{margin:0 2px;}
span.comment:before{margin-right:5px;}
}
}
@media(min-width: 1200px){
.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;
}
}
}*/
.article-loop {
  margin-bottom: 30px; }
  .article-loop .article-inner {
    position: relative;
    z-index: 3;
    overflow: hidden;
    padding: 25px 25px 35px;
    border-radius: 16px; }
    .article-loop .article-inner .article-image {
      position: relative; }
      .article-loop .article-inner .article-image:before {
        content: "";
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        width: 50%;
        height: 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        transform: skewX(-25deg); }
      .article-loop .article-inner .article-image:hover:before {
        animation: animateShine 800ms; }
      .article-loop .article-inner .article-image img {
        border-radius: 16px;
        width: 100%;
        aspect-ratio: 16/9;
        object-fit: cover;
        object-position: top center; }
      .article-loop .article-inner .article-image .article-post-meta {
        position: absolute;
        bottom: 20px;
        left: 20px;
        font-size: 14px;
        color: #fff;
        padding: 4px 8px 0;
        border-radius: 30px; }
    .article-loop .article-inner .article-detail .article-post-meta {
      margin: 20px 0 10px; }
      .article-loop .article-inner .article-detail .article-post-meta .author span {
        font-weight: 600; }
      .article-loop .article-inner .article-detail .article-post-meta .comment {
        margin-left: 15px; }
    .article-loop .article-inner .article-detail .post-title {
      font-size: 20px;
      font-weight: 600; }
      .article-loop .article-inner .article-detail .post-title a:hover {
        color: var(--shop-color-button-text); }
    .article-loop .article-inner .btn-more {
      margin-top: 25px; }
      .article-loop .article-inner .btn-more .button {
        padding: 12px 15px 8px;
        background: transparent;
        color: transparent;
        border-color: transparent;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .article-loop .article-inner .btn-more .button:before {
          z-index: -1; }
        .article-loop .article-inner .btn-more .button .icon {
          top: -2px; }
          .article-loop .article-inner .btn-more .button .icon svg {
            stroke: none; }
        .article-loop .article-inner .btn-more .button:hover {
          color: #fff; }
  @media (min-width: 992px) {
    .article-loop.color-1 .article-inner {
      background: rgba(29, 61, 50, 0.05); }
      .article-loop.color-1 .article-inner .article-image .article-post-meta {
        background: #1d3d32; }
      .article-loop.color-1 .article-inner .btn-more .button {
        background: rgba(29, 61, 50, 0.1);
        border: 1px solid #1d3d32; }
        .article-loop.color-1 .article-inner .btn-more .button:not(:hover) {
          color: #1d3d32; }
        .article-loop.color-1 .article-inner .btn-more .button:before {
          background: #1d3d32; }
    .article-loop.color-2 .article-inner {
      background: rgba(29, 61, 50, 0.05); }
      .article-loop.color-2 .article-inner .article-image .article-post-meta {
        background: #1d3d32; }
      .article-loop.color-2 .article-inner .btn-more .button {
        background: rgba(29, 61, 50, 0.1);
        border: 1px solid #1d3d32; }
        .article-loop.color-2 .article-inner .btn-more .button:not(:hover) {
          color: #1d3d32; }
        .article-loop.color-2 .article-inner .btn-more .button:before {
          background: #1d3d32; } }
  @media (max-width: 991px) {
    .article-loop {
      margin-bottom: 15px; }
      .article-loop .article-inner .article-detail {
        text-align: center; }
      .article-loop:nth-child(odd) .article-inner {
        background: rgba(29, 61, 50, 0.05); }
        .article-loop:nth-child(odd) .article-inner .article-image .article-post-meta {
          background: #1d3d32; }
        .article-loop:nth-child(odd) .article-inner .btn-more .button {
          background: rgba(29, 61, 50, 0.1);
          border: 1px solid #1d3d32; }
          .article-loop:nth-child(odd) .article-inner .btn-more .button:not(:hover) {
            color: #1d3d32; }
          .article-loop:nth-child(odd) .article-inner .btn-more .button:before {
            background: #1d3d32; }
      .article-loop:nth-child(even) .article-inner {
        background: rgba(29, 61, 50, 0.05); }
        .article-loop:nth-child(even) .article-inner .article-image .article-post-meta {
          background: #1d3d32; }
        .article-loop:nth-child(even) .article-inner .btn-more .button {
          background: rgba(29, 61, 50, 0.1);
          border: 1px solid #1d3d32; }
          .article-loop:nth-child(even) .article-inner .btn-more .button:not(:hover) {
            color: #1d3d32; }
          .article-loop:nth-child(even) .article-inner .btn-more .button:before {
            background: #1d3d32; } }
  @media (max-width: 767px) {
    .article-loop {
      padding: 0; }
      .article-loop .article-inner {
        padding: 15px; }
        .article-loop .article-inner .article-detail .post-title {
          font-size: 18px; } }

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

.list-blogs-latest .item-article {
  border: none;
  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 .post-meta {
  font-size: 12px;
  margin: 0; }

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

.menuList-links {
  margin: 0; }

.menuList-links li {
  position: relative; }

.menuList-links li a {
  color: var(--shop-color-text);
  position: relative;
  font-size: 13px;
  display: block; }

.menuList-links li a:hover, .menuList-links li a:focus {
  color: var(--shop-color-hover); }

.menuList-links > li {
  border-bottom: 1px dashed var(--shop-color-border); }

.menuList-links > li:last-child {
  border-bottom: none; }

.menuList-links > li > a {
  padding: 12px 0;
  font-weight: 500;
  font-size: 15px; }

.menuList-links > li.has-submenu > a {
  padding-right: 30px; }

.menuList-links > li.has-submenu span.icon-plus-submenu {
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid transparent; }

.icon-plus-submenu:after, .icon-plus-submenu:before {
  background: rgba(9, 9, 9, 0.6);
  content: '';
  display: block;
  position: absolute;
  margin-right: 7px;
  top: 50%;
  right: 0;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  -webkit-transition: all .25s linear;
  transition: all .25s linear; }

.icon-plus-submenu:before {
  width: 9px;
  height: 1px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.icon-plus-submenu:after {
  width: 1px;
  height: 9px;
  right: 4px;
  transform-origin: center;
  -moz-transform: translateY(-50%) scale(1, 1);
  -ms-transform: translateY(-50%) scale(1, 1);
  -webkit-transform: translateY(-50%) scale(1, 1);
  transform: translateY(-50%) scale(1, 1); }

li.has-submenu.opened > a .icon-plus-submenu:after {
  -moz-transform: translateY(-50%) scale(1, 0);
  -ms-transform: translateY(-50%) scale(1, 0);
  -webkit-transform: translateY(-50%) scale(1, 0);
  transform: translateY(-50%) scale(1, 0); }

.menuList-links > li.has-submenu .icon-plus-submenu:hover {
  border: 1px solid var(--shop-color-border); }

ul.menuList-links li ul.submenu-links {
  display: none; }

ul.submenu-links li a {
  padding: 8px 0 8px 0px; }

li.has-submenu.level0 > ul.submenu-links {
  border-top: 1px dashed var(--shop-color-border); }

li.has-submenu.level0 > ul.submenu-links li a {
  padding-left: 12px; }

li.has-submenu.level1 > ul.submenu-links li a {
  padding-left: 25px; }

.group-sidebox {
  position: relative;
  background: #fff;
  margin: 0 0 20px; }
  .group-sidebox .sidebox-title {
    padding: 0 0 15px; }
    .group-sidebox .sidebox-title h3 {
      font-size: 22px;
      font-weight: 600;
      margin-bottom: 0;
      position: relative;
      cursor: pointer; }
    .group-sidebox .sidebox-title h3:after {
      content: " ";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      width: 8px;
      height: 8px;
      border-color: #666;
      border-style: solid;
      border-width: 0 2px 2px 0;
      transform: translateY(-50%) rotate(45deg);
      transition: transform .2s ease;
      -ms-transition: transform .2s ease;
      -webkit-transition: transform .2s ease; }
  .group-sidebox .sidebox-content {
    padding: 0 0 15px;
    border-top: 1px solid var(--shop-color-border); }
  .group-sidebox.is-open .sidebox-title h3:after {
    transform: translateY(-50%) rotate(225deg);
    bottom: -10px; }
  @media (max-width: 767px) {
    .group-sidebox .sidebox-title h3 {
      font-size: 18px;
      text-align: left;
      position: relative; }
    .group-sidebox .sidebox-title h3 span {
      display: inline-block;
      position: absolute;
      right: 0;
      top: 0;
      font-size: 24px;
      width: 25px;
      text-align: center;
      transition: all 0.4s ease-in-out 0s;
      -moz-transition: all 0.4s ease-in-out 0s;
      -webkit-transition: all 0.4s ease-in-out 0s;
      -ms-transition: all 0.4s ease-in-out 0s; }
    .group-sidebox .sidebox-content-togged {
      display: none; }
    .group-sidebox.is-open .sidebox-title h3 span {
      -moz-transform: rotate(-180deg);
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); } }
