@charset "UTF-8";
.sidebar-blog {
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  background: #fff; }
  .sidebar-blog:last-child {
    margin: 0; }
  .sidebar-blog .sidebarblog-title {
    margin-bottom: 15px; }
    .sidebar-blog .sidebarblog-title .title-sidebar {
      font-size: 18px;
      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: 14px;
        color: var(--colorshop);
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-weight: 400; }
    .list-news-latest .item-article .post-content .date {
      font-size: 13px; }
    .list-news-latest .item-article .post-content .price {
      font-size: 13px;
      color: var(--color-price);
      font-weight: 500; }
    .list-news-latest .item-article .post-content .compare-price {
      font-size: 12px;
      color: #888888; }

#categories li {
  position: relative; }
  #categories li a {
    font-size: 14px;
    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*/
.blog-content {
  margin-bottom: 25px; }

.list-article-content .artile-item {
  margin-bottom: 10px;
  flex: var(--flex-article);
  width: var(--width-article); }

@media (max-width: 767px) {
  .list-article-content .artile-item {
    flex: 0 0 100%;
    width: 100%; }
    .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; }

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

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

.style-product-art-small .style-small {
  flex-direction: row; }
  .style-product-art-small .style-small .button-loop-pro {
    display: none !important; }
  .style-product-art-small .style-small .product-img {
    flex: 0 0 85px; }
  .style-product-art-small .style-small .product-tag-label {
    display: none; }

@media (max-width: 767px) {
  .style-product-art-small .item-loop-small {
    flex: 0 0 75%;
    width: 75%; } }

.wrap_slide_pro_art {
  margin: 0 -10px; }
  .wrap_slide_pro_art .slick-dots {
    left: 0 !important; }
  @media (max-width: 767px) {
    .wrap_slide_pro_art {
      margin: 0 -7.5px; }
      .wrap_slide_pro_art .slick-arrow.slick-next {
        right: -5px !important; }
      .wrap_slide_pro_art .item-owl {
        padding: 0 7.5px; } }

.artile-item .blog-post-image {
  position: relative;
  display: block;
  box-shadow: 0px 0px 8px 0px #ccc;
  border-radius: 5px 5px 0 0; }

.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: 100%;
  position: relative;
  padding: 10px 15px;
  box-shadow: 0px 2px 10px 0px #ccc;
  border-radius: 0px 0px 5px 5px;
  margin-bottom: 5px; }
  .artile-item .blog-post-content .blog-title {
    font-size: 14px;
    padding-top: 0;
    text-transform: capitalize; }
    .artile-item .blog-post-content .blog-title a {
      color: var(--colorshop);
      font-weight: 600;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
      .artile-item .blog-post-content .blog-title a:hover {
        color: var(--colorshophover); }
  .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 svg {
      margin-right: 5px;
      width: 13px;
      height: 13px; }
  .artile-item .blog-post-content .blog-desc {
    color: #474343;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box; }

/* all blog*/
.blog-content .list-nav-blog {
  border-bottom: 1px solid #ddd; }
  @media (max-width: 767px) {
    .blog-content .list-nav-blog {
      white-space: nowrap;
      flex-wrap: nowrap;
      overflow-x: auto; } }
  .blog-content .list-nav-blog li a {
    padding: 15px;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    position: relative; }
    .blog-content .list-nav-blog li a:before {
      content: "";
      background: var(--colorshop);
      display: block;
      position: absolute;
      bottom: 0px;
      left: 0;
      transition: all 0.2s ease 0s;
      width: 0%;
      height: 2px; }
    .blog-content .list-nav-blog li a:hover, .blog-content .list-nav-blog li a.active {
      font-weight: bold;
      color: var(--colorshop); }
      .blog-content .list-nav-blog li a:hover:before, .blog-content .list-nav-blog li a.active:before {
        width: 100%; }

/* cv form*/
.apply-form-cv {
  max-width: 500px; }
  .apply-form-cv form ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
    .apply-form-cv form ul li {
      width: 100%;
      margin-bottom: 15px; }
      .apply-form-cv form ul li label {
        margin-bottom: 5px;
        display: block; }
      .apply-form-cv form ul li input, .apply-form-cv form ul li textarea {
        width: 100%; }
  .apply-form-cv form .btn {
    padding: 10px 30px;
    color: var(--color_button);
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    white-space: nowrap;
    user-select: none;
    position: relative;
    z-index: 1;
    border-radius: 3px;
    border: 1px solid var(--bg_button);
    outline: none;
    background: var(--bg_button); }

.style-product-art-small .style-small {
  flex-direction: row; }
  .style-product-art-small .style-small .button-loop-pro, .style-product-art-small .style-small .list-variants-img {
    display: none !important; }
  .style-product-art-small .style-small .product-img {
    flex: 0 0 85px; }
  .style-product-art-small .style-small .product-tag-label {
    display: none; }
  .style-product-art-small .style-small .product-detail {
    padding-left: 10px; }

@media (max-width: 767px) {
  .style-product-art-small .item-loop-small {
    flex: 0 0 75%;
    width: 75%; } }
