@charset "UTF-8";
#categories > ul > li > a {
  font-weight: 600; }

.sidebar-blog {
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 15px;
  background: #fff; }
  .sidebar-blog:last-child {
    margin: 0; }
  .sidebar-blog .sidebarblog-title {
    margin-bottom: 15px; }
    .sidebar-blog .sidebarblog-title .title-sidebar {
      font-size: 18px;
      font-weight: 600;
      position: relative;
      border-bottom: 1px solid #eee;
      padding-bottom: 10px; }
      .sidebar-blog .sidebarblog-title .title-sidebar span {
        display: none; }

.list-news-latest .item-article {
  margin-bottom: 10px;
  width: 100%;
  flex: 0 0 100%; }
  .list-news-latest .item-article .post-image {
    width: 25%; }
  .list-news-latest .item-article .post-content {
    padding-left: 15px;
    width: 75%; }
    .list-news-latest .item-article .post-content .title-article-side {
      margin-bottom: 5px;
      line-height: 1.2;
      font-size: 14px; }
      .list-news-latest .item-article .post-content .title-article-side a {
        font-size: 15px;
        color: var(--colorshop);
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
    .list-news-latest .item-article .post-content .date {
      font-size: 13px; }
    .list-news-latest .item-article .post-content .price {
      font-size: 13px;
      color: #e70303;
      font-weight: bold; }

#categories li {
  position: relative; }
  #categories li a {
    font-size: 15px;
    padding-bottom: 5px;
    display: block; }
  #categories li > ul {
    display: none;
    padding-left: 15px; }
    #categories li > ul li a {
      font-size: 14px; }

.cl-open-sb {
  font-size: 0;
  background: none;
  border: none;
  position: absolute;
  right: 0;
  width: 31px;
  height: 31px;
  top: 0;
  z-index: 999; }
  .cl-open-sb.plus-menu:after {
    content: "+";
    font-size: 20px;
    font-weight: 500; }
  .cl-open-sb.minus-menu:after {
    content: "–";
    font-size: 20px;
    font-weight: 500; }

/* article loop*/
.artile-item .blog-post-image {
  position: relative;
  overflow: hidden;
  display: block; }
  .artile-item .blog-post-image a {
    display: block;
    transition: opacity .7s ease,-webkit-transform .7s ease;
    transition: transform .7s ease,opacity .7s ease;
    transition: transform .7s ease,opacity .7s ease,-webkit-transform .7s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    display: flex;
    height: 220px; }
    @media (max-width: 767px) {
      .artile-item .blog-post-image a {
        height: 200px; } }
    .artile-item .blog-post-image a:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.5);
      opacity: 0;
      transition: opacity .7s ease;
      z-index: 99; }
    .artile-item .blog-post-image a img {
      object-fit: cover;
      height: 100%; }

.artile-item .blog-post-content {
  -webkit-box-flex: 1;
  flex-grow: 1;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background: #fff;
  width: 96%;
  margin: 0 auto;
  margin-top: -30px;
  position: relative;
  padding: 10px 15px;
  box-shadow: 0px 4px 8px -2px #ccc;
  margin-bottom: 10px; }
  .artile-item .blog-post-content .blog-title {
    font-size: 16px;
    padding-top: 0;
    text-transform: capitalize;
    margin: 0;
    min-height: 45px; }
    .artile-item .blog-post-content .blog-title a {
      color: #000;
      font-weight: 600;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  .artile-item .blog-post-content .artible-loop-footer {
    justify-content: space-between;
    padding-top: 8px;
    border-top: 1px solid #ddd;
    margin-top: 8px;
    font-size: 13px; }
    .artile-item .blog-post-content .artible-loop-footer .date-time i {
      margin-right: 5px; }
  .artile-item .blog-post-content .blog-desc {
    color: #474343;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box; }

.artile-item:hover .blog-post-image a {
  -webkit-transform: scale(1.03);
  transform: scale(1.03); }
  .artile-item:hover .blog-post-image a:before {
    opacity: 1; }

.blog-content {
  margin-bottom: 25px; }

.list-article-content {
  margin-left: -15px; }
  .list-article-content .artile-item {
    padding-left: 15px;
    margin-bottom: 15px;
    flex: 0 0 calc(100% / 3);
    width: calc(100% / 3); }
  @media (max-width: 767px) {
    .list-article-content {
      margin-left: -10px; }
      .list-article-content .artile-item {
        flex: 0 0 100%;
        width: 100%;
        padding-left: 10px; }
        .list-article-content .artile-item:last-child {
          margin-bottom: 0; } }

.item-tag {
  margin: 0 10px 10px 0px !important; }
  .item-tag a {
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 5px 10px !important;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: capitalize; }
  .item-tag:hover a {
    color: #fff;
    background: var(--colorshophover); }

/* table of content */
.fixed-table {
  position: fixed;
  top: 30%;
  left: 10px;
  overflow: hidden;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 15px;
  opacity: 0;
  visibility: hidden;
  background: #f9f9f9;
  z-index: 3434; }
  .fixed-table.show {
    opacity: 1;
    visibility: visible; }
  .fixed-table.active .btn-fixed-table-content {
    border: none; }
  .fixed-table.active .table-of-contents {
    -ms-transition-delay: 0.1s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.1s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  .fixed-table .table-of-contents {
    box-shadow: none;
    padding-top: 5px;
    position: fixed;
    left: 10px;
    top: 30%;
    width: 400px;
    max-width: calc(100% - 20px);
    transform-origin: 0 0 0;
    margin-right: 10px;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    z-index: 10;
    transition: -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid #aaa; }
    .fixed-table .table-of-contents .title-table .title-table {
      margin-bottom: 5px; }
    .fixed-table .table-of-contents .toc_toggle {
      display: none; }
  .fixed-table .btn-fixed-table-content {
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    outline: none;
    float: left;
    border: 1px solid #aaa;
    z-index: 99;
    position: relative;
    border-radius: 3px;
    transition: all .3s ease;
    background: none; }
  .fixed-table .close-table {
    position: absolute;
    right: 5px;
    top: 5px;
    background: none;
    font-size: 0;
    border: none;
    width: 26px;
    height: 26px; }
    .fixed-table .close-table img {
      width: 15px;
      height: 15px; }

#blog-wrapper .article-sidebar .blog-sb-title h3 {
  width: 100%;
  display: block;
  font-weight: normal;
  text-align: center;
  float: left;
  outline: none;
  cursor: pointer;
  padding-bottom: 15px;
  margin: 0px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold; }

#blog-wrapper .article-sidebar .harticle-item .harticle-title, .related-articles .harticle-item .harticle-title {
  font-weight: 600;
  margin: 10px 0;
  text-align: center; }

#blog-wrapper .article-sidebar .harticle-item .article-info, .related-articles .harticle-item .article-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px; }

#blog-wrapper .article-sidebar .harticle-item, .related-articles .harticle-item {
  margin-bottom: 25px; }

.table-of-contents {
  background: #f9f9f9;
  border: 1px solid #cacaca;
  border-radius: 4px;
  box-shadow: 0 0px 10px #ccc;
  display: table;
  margin-bottom: 1em;
  padding: 10px;
  position: relative;
  width: auto;
  margin: 0;
  margin-bottom: 15px; }

.title-table {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  align-items: center; }

.title-table .title-table {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 0; }

.title-table .toc_toggle {
  font-size: 14px;
  margin-left: 5px; }

.title-table .toc_toggle a {
  font-size: 13px;
  color: #158ed4;
  font-weight: bold; }

#table-content-container ul {
  padding-left: 15px;
  list-style: none;
  counter-reset: item;
  margin: 0;
  margin-top: 5px; }

#table-content-container ul li {
  list-style: none;
  margin-bottom: 5px !important; }

.table-of-contents ul {
  list-style-type: none; }

.table-of-contents > ul {
  counter-reset: listStyle; }

.table-of-contents > ul > li {
  counter-increment: listStyle; }

.table-of-contents > ul > li li {
  counter-increment: nav1;
  counter-reset: nav2; }

.table-of-contents > ul > li li li {
  counter-increment: nav2;
  counter-reset: nav3; }

.table-of-contents > ul > li li li li {
  counter-increment: nav3;
  counter-reset: nav4; }

.table-of-contents > ul > li li li li li {
  counter-increment: nav4;
  counter-reset: nav5; }

.table-of-contents > ul > li li li li li li {
  counter-increment: nav5;
  counter-reset: nav6; }

.table-of-contents > ul > li::before {
  content: counter(listStyle) ". ";
  text-transform: uppercase; }

.table-of-contents > ul > li li::before {
  content: counter(listStyle) "." counter(nav1) " - "; }

.table-of-contents > ul > li li li::before {
  content: counter(listStyle) "." counter(nav1) "." counter(nav2) " - "; }

.table-of-contents > ul > li li li li::before {
  content: counter(listStyle) "." counter(nav1) "." counter(nav2) "." counter(nav3) " - "; }

.table-of-contents > ul > li li li li li::before {
  content: counter(listStyle) "." counter(nav1) "." counter(nav2) "." counter(nav3) "." counter(nav4) " - "; }

.table-of-contents > ul > li li li li li li::before {
  content: counter(listStyle) "." counter(nav1) "." counter(nav2) "." counter(nav3) "." counter(nav4) "." counter(nav5) " - "; }

.table-of-contents > ul > li li li li li li li::before {
  content: counter(listStyle) "." counter(nav1) "." counter(nav2) "." counter(nav3) "." counter(nav4) "." counter(nav5) "." counter(nav6) " - "; }

.table-of-contents li a {
  color: #158ed4; }

@media (max-width: 767px) {
  .wrap_blog_left_dmsp:not(.owl-loaded) {
    width: calc(100% + 10px) !important;
    margin-left: -10px; }
  .wrap_blog_left_dmsp:not(.owl-loaded) > .item {
    padding-left: 10px; } }

.wrap_blog_left_dmsp {
  margin-left: -15px; }
  .wrap_blog_left_dmsp:not(.slick-initialized) .item-slick {
    flex: 0 0 25%;
    width: 25%; }
    @media (max-width: 992px) {
      .wrap_blog_left_dmsp:not(.slick-initialized) .item-slick {
        flex: 0 0 33.33333%;
        width: 33.33333%; } }
    @media (max-width: 767px) {
      .wrap_blog_left_dmsp:not(.slick-initialized) .item-slick {
        flex: 0 0 50%;
        width: 50%; } }
  .wrap_blog_left_dmsp .item-slick {
    padding-left: 15px; }
  @media (max-width: 767px) {
    .wrap_blog_left_dmsp {
      margin-left: -10px; }
      .wrap_blog_left_dmsp .item-slick {
        padding-left: 10px; } }

#table-content-container .close-table {
  display: none; }

.arrow-slick-greey .slick-callback .slick-arrow .arrow-custom > div {
  background-color: #ccc; }

.artile-item .blog-post-image {
  position: relative;
  overflow: hidden;
  display: block; }
  .artile-item .blog-post-image a {
    display: block;
    transition: opacity .7s ease,-webkit-transform .7s ease;
    transition: transform .7s ease,opacity .7s ease;
    transition: transform .7s ease,opacity .7s ease,-webkit-transform .7s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    display: flex;
    height: 175px; }
    @media (max-width: 767px) {
      .artile-item .blog-post-image a {
        height: 200px; } }
    .artile-item .blog-post-image a:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.5);
      opacity: 0;
      transition: opacity .7s ease;
      z-index: 99; }
    .artile-item .blog-post-image a img {
      object-fit: cover;
      height: 100%; }

.artile-item .blog-post-content {
  -webkit-box-flex: 1;
  flex-grow: 1;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background: #fff;
  width: 96%;
  margin: 0 auto;
  margin-top: -20px;
  position: relative;
  padding: 10px 15px;
  box-shadow: 0px 4px 8px -2px #ccc;
  margin-bottom: 10px; }
  .artile-item .blog-post-content .blog-title {
    font-size: 16px;
    padding-top: 0;
    text-transform: capitalize;
    margin: 0;
    min-height: 45px; }
    .artile-item .blog-post-content .blog-title a {
      color: #000;
      font-weight: 600;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  .artile-item .blog-post-content .artible-loop-footer {
    justify-content: space-between;
    padding-top: 8px;
    border-top: 1px solid #ddd;
    margin-top: 8px;
    font-size: 13px; }
    .artile-item .blog-post-content .artible-loop-footer .date-time i {
      margin-right: 5px; }
  .artile-item .blog-post-content .blog-desc {
    color: #474343;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box; }

#owl-blog-wanda .artile-item {
  padding-left: 15px; }
  @media only screen and (max-width: 767px) {
    #owl-blog-wanda .artile-item {
      padding-left: 10px; } }

.artile-item:hover .blog-post-image a {
  -webkit-transform: scale(1.03);
  transform: scale(1.03); }
  .artile-item:hover .blog-post-image a:before {
    opacity: 1; }
