/*------------------------------------------------------------------------------*/
/* BLOG + ARTICLE */
/*------------------------------------------------------------------------------*/
.post-item {
  display: flex;
  flex-direction: column;
  gap: 16px; }
  .post-item .post-featured, .post-item .post-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .post-item .post-content {
    display: flex;
    flex-direction: column; }
    .post-item .post-content a.btn-viewmore {
      text-decoration: underline; }
    .post-item .post-content label {
      font-weight: 700; }
  .post-item .post-thumb a {
    position: relative;
    padding-bottom: calc(900/1600*100%);
    display: block;
    overflow: hidden; }
    .post-item .post-thumb a picture {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      width: 100%; }
    .post-item .post-thumb a img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      object-fit: cover;
      right: 0;
      bottom: 0;
      /*margin: auto;*/ }
  @media (min-width: 992px) {
    .post-item {
      flex-direction: row;
      gap: 32px;
      justify-content: space-between; }
      .post-item .post-featured, .post-item .post-content {
        -ms-flex: 0 0 calc(50% - 16px);
        flex: 0 0 calc(50% - 16px);
        max-width: calc(50% - 16px); }
      .post-item .post-content {
        gap: 8px; }
      .post-item:nth-child(odd) {
        flex-direction: row-reverse; }
        .post-item:nth-child(odd) .post-content {
          padding-right: 52px; }
      .post-item:nth-child(even) .post-content {
        padding-left: 52px; } }
  @media (min-width: 992px) and (max-width: 1024px) {
    .post-item .post-descr {
      height: 65px;
      overflow: hidden; } }

.sidebar-blog .sidebar-box--title h2 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-style: 600; }

.sidebar-blog .list-pr-related .slick-track {
  margin: 0; }

.blog-layout .blog-title h2 {
  text-align: center;
  margin-bottom: 64px; }

.blog-layout .blog-heading {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 10px; }
  .blog-layout .blog-heading h1 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    position: relative; }
  .blog-layout .blog-heading .menu-blog {
    overflow: hidden; }
    .blog-layout .blog-heading .menu-blog ul {
      -ms-flex-pack: justify;
      display: -ms-flexbox;
      display: flex;
      padding: 20px 0;
      gap: 10px;
      width: 100%;
      overflow-x: scroll;
      justify-content: flex-start; }
      .blog-layout .blog-heading .menu-blog ul li {
        white-space: nowrap; }
      .blog-layout .blog-heading .menu-blog ul li a {
        position: relative;
        display: flex;
        flex-direction: column;
        text-align: center;
        font-size: 12px;
        font-weight: 700;
        gap: 10px; }
      .blog-layout .blog-heading .menu-blog ul li a span.icon {
        max-width: 92px;
        min-width: 92px;
        width: 92px;
        height: 92px;
        overflow: hidden;
        border-radius: 50%;
        border: 1px solid transparent;
        margin: auto; }
      .blog-layout .blog-heading .menu-blog ul li a:hover span.text, .blog-layout .blog-heading .menu-blog ul li.active a span.text {
        color: #3300ad;
        text-decoration: underline; }
      .blog-layout .blog-heading .menu-blog ul li a:hover span.icon, .blog-layout .blog-heading .menu-blog ul li.active a span.icon {
        border: 1px solid #3300ad; }
  .blog-layout .blog-heading .banner-blog p {
    margin-bottom: 0; }
  .blog-layout .blog-heading .banner-blog img {
    width: 100%; }

.blog-layout .blog-content {
  margin-bottom: 40px;
  position: relative;
  overflow: hidden; }
  .blog-layout .blog-content .blog-list.blog-ajax {
    display: flex;
    flex-direction: column;
    gap: 32px; }
  .blog-layout .blog-content .alert.empty {
    border: 1px solid rgba(168, 197, 52, 0.4);
    background: rgba(168, 197, 52, 0.3); }

.blog-layout .blog-searchs {
  display: flex;
  flex-wrap: wrap;
  gap: 16px; }
  .blog-layout .blog-searchs .item {
    -ms-flex: 0 0 calc(100%/2 - 12px);
    flex: 0 0 calc(100%/2 - 12px);
    max-width: calc(100%/2 - 12px); }
  .blog-layout .blog-searchs a.box {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px;
    border: 1px solid #F4F4F4;
    background: #F4F4F4; }
    .blog-layout .blog-searchs a.box span.icon {
      background: #FBF6EA;
      border-radius: 50%;
      width: 140px;
      height: 140px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: auto; }
      .blog-layout .blog-searchs a.box span.icon img {
        width: 100%; }
    .blog-layout .blog-searchs a.box span.title {
      font-size: 20px;
      font-weight: 600;
      text-align: center; }
    .blog-layout .blog-searchs a.box:hover {
      background: #FBF6EA;
      border: 1px solid #FBF6EA; }

@media (min-width: 992px) {
  .blog-layout {
    margin-bottom: 30px; }
    .blog-layout .blog-heading {
      margin: 40px 0 100px; }
      .blog-layout .blog-heading h1 {
        font-size: 24px; }
      .blog-layout .blog-heading .menu-blog ul {
        overflow-x: hidden; }
    .blog-layout .blog-content {
      margin-bottom: 100px; }
      .blog-layout .blog-content .blog-list.blog-ajax {
        gap: 102px; }
    .blog-layout .blog-searchs .item {
      -ms-flex: 0 0 calc(100%/4 - 12px);
      flex: 0 0 calc(100%/4 - 12px);
      max-width: calc(100%/4 - 12px); } }

.blog-category .blog-content .container-fluid {
  padding: 0; }

.blog-category .blog-cate {
  margin-bottom: 20px; }
  .blog-category .blog-cate ul {
    column-gap: 20px;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    overflow: scroll; }
    .blog-category .blog-cate ul::-webkit-scrollbar {
      display: none; }
  .blog-category .blog-cate ul li {
    max-width: 5.75rem;
    min-width: 5.75rem;
    width: 5.75rem;
    flex-basis: 20%;
    flex-grow: 1;
    flex-shrink: 0;
    margin-bottom: 10px; }
  .blog-category .blog-cate ul li a {
    align-items: center;
    display: flex;
    flex-direction: column; }
    .blog-category .blog-cate ul li a picture {
      position: relative;
      border: 1px solid #fff;
      border-radius: 50%;
      height: 5.75rem;
      max-width: 5.75rem;
      min-width: 5.75rem;
      overflow: hidden;
      width: 100%;
      transition: background .4s ease-out .6s; }
    .blog-category .blog-cate ul li a span {
      color: var(--text-color);
      font-size: 12px;
      line-height: 14px;
      margin-top: 10px;
      overflow: hidden;
      text-align: center; }
    .blog-category .blog-cate ul li a:hover picture {
      border: 1px solid #3300ad; }
    .blog-category .blog-cate ul li a:hover span {
      color: #3300ad;
      text-decoration: underline; }
  @media (min-width: 992px) {
    .blog-category .blog-cate {
      margin-bottom: 40px; }
      .blog-category .blog-cate ul {
        overflow: hidden; }
      .blog-category .blog-cate ul li {
        margin-bottom: 20px; } }
  @media (min-width: 1400px) {
    .blog-category .blog-cate ul li {
      flex-basis: 16.6666666667%; } }

.blog-category .blog-posts {
  margin-bottom: 20px; }

.blog-category .post-item .post-content {
  padding: 0 16px; }

@media (min-width: 992px) {
  .blog-category .blog-posts {
    margin-bottom: 40px; } }

@media (min-width: 1100px) {
  .blog-category .post-item:nth-child(even) .post-content {
    padding-right: 98px; }
  .blog-category .post-item:nth-child(odd) .post-content {
    padding-left: 98px; } }

.blog-all .featured-blog-list {
  margin: 40px 0; }
  .blog-all .featured-blog-list .featured-post-item {
    display: flex;
    gap: 16px; }
    .blog-all .featured-blog-list .featured-post-item .featured-post-thumb, .blog-all .featured-blog-list .featured-post-item .featured-post-content {
      -ms-flex: 0 0 calc(50% - 16px);
      flex: 0 0 calc(50% - 16px);
      max-width: calc(50% - 16px); }
    .blog-all .featured-blog-list .featured-post-item .featured-post-content {
      display: flex;
      flex-direction: column;
      font-size: 14px; }
      .blog-all .featured-blog-list .featured-post-item .featured-post-content h3 {
        font-size: 18px; }
      .blog-all .featured-blog-list .featured-post-item .featured-post-content a.btn-viewmore {
        text-decoration: underline; }
      .blog-all .featured-blog-list .featured-post-item .featured-post-content label {
        font-weight: 700; }
    .blog-all .featured-blog-list .featured-post-item .featured-post-thumb a {
      position: relative;
      padding-bottom: calc(900/1600*100%);
      display: block;
      overflow: hidden; }
      .blog-all .featured-blog-list .featured-post-item .featured-post-thumb a picture {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%; }
      .blog-all .featured-blog-list .featured-post-item .featured-post-thumb a img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        object-fit: cover;
        right: 0;
        bottom: 0;
        /*margin: auto;*/ }
  .blog-all .featured-blog-list.blog-ajax {
    display: flex;
    flex-wrap: wrap;
    gap: 32px; }
    .blog-all .featured-blog-list.blog-ajax .featured-post-item {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    @media (min-width: 992px) {
      .blog-all .featured-blog-list.blog-ajax {
        gap: 64px 32px; }
        .blog-all .featured-blog-list.blog-ajax .featured-post-item {
          -ms-flex: 0 0 calc(50% - 16px);
          flex: 0 0 calc(50% - 16px);
          max-width: calc(50% - 16px); } }

.blog-all .blog-cates {
  display: flex;
  flex-wrap: wrap;
  gap: 32px; }
  .blog-all .blog-cates .item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .blog-all .blog-cates a.box {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 32px 16px;
    border: 1px solid #6D6E76; }
    .blog-all .blog-cates a.box span.icon {
      background: #FBF6EA;
      border-radius: 12px;
      width: 53px;
      height: 53px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      overflow: hidden; }
    .blog-all .blog-cates a.box span.title {
      font-size: 18px;
      font-weight: 600; }
    .blog-all .blog-cates a.box:hover {
      background: #FFD050;
      border: 1px solid #FFD050; }
  @media (min-width: 992px) {
    .blog-all .blog-cates .item {
      -ms-flex: 0 0 calc(100%/2 - 16px);
      flex: 0 0 calc(100%/2 - 16px);
      max-width: calc(100%/2 - 16px); } }
  @media (min-width: 1170px) {
    .blog-all .blog-cates {
      flex-wrap: nowrap; }
      .blog-all .blog-cates .item {
        -ms-flex: 0 0 calc(100%/4 - 24px);
        flex: 0 0 calc(100%/4 - 24px);
        max-width: calc(100%/4 - 24px); } }

.article-layout iframe {
  height: 80vh;
  width: 100%; }

.article-layout .alert.empty {
  border: 1px solid rgba(168, 197, 52, 0.4);
  background: rgba(168, 197, 52, 0.3); }

.article-layout .article-heading {
  margin: 40px 0; }
  .article-layout .article-heading h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 40px;
    position: relative; }
  .article-layout .article-heading .article-title h1 {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: bold; }
    @media (max-width: 767px) {
      .article-layout .article-heading .article-title h1 {
        font-size: 20px; } }
  .article-layout .article-heading .article-title .article-info-more {
    margin-bottom: 15px; }
    .article-layout .article-heading .article-title .article-info-more li {
      opacity: 0.85;
      display: inline-block;
      margin-right: 10px;
      font-size: 13px; }
      .article-layout .article-heading .article-title .article-info-more li i {
        margin-right: 5px; }
  @media (max-width: 991px) {
    .article-layout .article-heading {
      margin: 20px 0; }
      .article-layout .article-heading h2 {
        font-size: 18px;
        margin: 0 0 20px; } }

.article-layout .article-content {
  margin: 0 0 40px; }
  .article-layout .article-content .content-article ul {
    list-style: initial;
    padding-left: 20px; }
    .article-layout .article-content .content-article ul ul {
      list-style-type: circle; }
      .article-layout .article-content .content-article ul ul ul {
        list-style-type: square; }
  .article-layout .article-content .content-article ol {
    list-style-type: decimal;
    padding-left: 20px; }
  @media (min-width: 992px) {
    .article-layout .article-content {
      margin: 0 0 100px; } }

.article-layout .table-of-contents {
  background: #f2f2f2;
  border-radius: 4px;
  padding: 8px 15px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 0 0 28px 0;
  width: 100%;
  display: none; }
  .article-layout .table-of-contents .table-title {
    font-weight: 700;
    font-size: 15px;
    margin: 0;
    padding: 10px 0; }
  .article-layout .table-of-contents .table-title .toc_toggle {
    font-size: 13px;
    color: #bcbdc1;
    display: inline-block;
    vertical-align: 2px;
    margin-left: 8px; }
  .article-layout .table-of-contents .table-title .toc_toggle a {
    color: #000000;
    padding: 0 1px; }
  .article-layout .table-of-contents ul {
    font-size: 14px;
    list-style-type: disc;
    margin: 0 0 0 16px; }
  .article-layout .table-of-contents ul li {
    list-style-position: outside;
    margin: 8px 0 0; }
  .article-layout .table-of-contents ul li::marker {
    color: #000000; }
  .article-layout .table-of-contents ul li a {
    text-decoration: none;
    color: #333333; }
  .article-layout .table-of-contents ul li a:hover, .article-layout .table-of-contents ul li a:focus {
    color: #333333; }
  .article-layout .table-of-contents > ul {
    padding-bottom: 10px; }
  .article-layout .table-of-contents > ul ul ul {
    display: none; }

.article-layout .table-content-button {
  width: 35px;
  height: 35px;
  display: block;
  position: fixed;
  left: 10px;
  z-index: 8;
  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); }
  .article-layout .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; }
  .article-layout .table-content-button .btn-icolist svg {
    width: 20px;
    height: 35px;
    vertical-align: initial; }
  .article-layout .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); }

.article-layout .table-content-fixed {
  position: fixed;
  left: 10px;
  z-index: 999;
  max-width: 280px;
  top: 45%;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  -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); }
  .article-layout .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 #f2f2f2; }
    .article-layout .table-content-fixed .table-of-header .hTitle {
      max-width: calc(100% - 50px);
      margin-left: 0;
      font-weight: 600;
      font-size: 14px; }
    .article-layout .table-content-fixed .table-of-header .hClose {
      position: absolute;
      right: 5px;
      top: 2px;
      cursor: pointer;
      width: 32px;
      height: 32px;
      text-align: center; }
    .article-layout .table-content-fixed .table-of-header .hClose svg {
      width: 32px;
      height: 32px;
      width: 14px; }
  .article-layout .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; }
    .article-layout .table-content-fixed .table-of-contents .table-title {
      display: none; }
    .article-layout .table-content-fixed .table-of-contents ul {
      font-size: 13px; }
  .article-layout .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%); }

.article-layout .product-listing {
  display: flex;
  margin: 0 -16px; }
  .article-layout .product-listing .product-item {
    padding: 0 16px;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
    max-width: calc(100%/3); }
  .article-layout .product-listing .product-box {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 30px; }
    .article-layout .product-listing .product-box h3 {
      font-size: 18px; }

.article-layout .section .wrapper-heading h2, .article-layout .section .section-heading h2 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 35px;
  line-height: 32px;
  position: relative; }

.article-layout .section.article-tag-related {
  margin-bottom: 30px; }

.article-layout .section.section-collection {
  margin-bottom: 40px; }

@media (min-width: 992px) {
  .article-layout .section.section-collection {
    margin-bottom: 100px; }
  .article-layout .section .wrapper-heading h2, .article-layout .section .section-heading h2 {
    font-size: 24px; } }
