.breadcrumb-wrapper {
  margin-bottom: 40px; }

/*----------------------------------------------*/
/*PAGE TEMPLATE*/
/*----------------------------------------------*/
.sidebar-page {
  margin-top: 30px; }
  .sidebar-page .group-sidebox {
    margin: 0 0 30px;
    position: relative;
    padding: 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
    background: #fff; }
  .sidebar-page .sidebox-title h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #B1B7C3;
    font-family: var(--skin-layout-heading-font);
    font-weight: 400; }
  .sidebar-page .menuList-links {
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .sidebar-page .menuList-links li a {
    font-size: 14px; }
  @media (min-width: 992px) {
    .sidebar-page {
      margin-top: 0; }
      .sidebar-page .menuList-links li a {
        font-size: 16px; } }

.layout-pageDetail {
  padding: 0 0 40px; }
  .layout-pageDetail .heading-pageDetail h1 {
    font-family: var(--skin-layout-heading-font);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0; }
  .layout-pageDetail .body-pageDetail {
    display: flex;
    flex-direction: column;
    gap: 30px; }
  .layout-pageDetail .wrapper-pageDetail {
    display: flex;
    flex-direction: column;
    gap: 37px; }
    .layout-pageDetail .wrapper-pageDetail > div {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  @media (min-width: 992px) {
    .layout-pageDetail {
      padding: 0 0 80px; }
      .layout-pageDetail .heading-pageDetail h1 {
        font-size: 30px; }
      .layout-pageDetail .body-pageDetail {
        gap: 60px; } }

.page-not {
  margin: 10% 0; }

.temp-page-wishlist .heading-pageDetail {
  text-align: center; }

/*----------------------------------------------*/
/*CONTACT*/
/*----------------------------------------------*/
/*----------------------------------------------*/
/*BLOG + ARTICLE*/
/*----------------------------------------------*/
/* Blog page */
.layout-blogs .breadcrumb-shop, .layout-article .breadcrumb-shop {
  margin-bottom: 0; }

.layout-blogs .heading-page {
  margin: 12px 0 20px; }
  .layout-blogs .heading-page h1 {
    font-size: 24px;
    margin: 0;
    font-weight: 700; }

@media (min-width: 992px) {
  .layout-blogs .heading-page h1 {
    font-size: 30px; } }

.listBlogs-content {
  margin-bottom: 32px; }

.list-article-content {
  --sectional-grid-gap: 16px;
  display: flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: var(--sectional-grid-gap); }
  .list-article-content .article-loop {
    -webkit-flex: 0 0 calc((100% - var(--sectional-grid-gap)) /2);
    flex: 0 0 calc((100% - var(--sectional-grid-gap)) /2);
    max-width: calc((100% - var(--sectional-grid-gap)) /2); }
  @media (min-width: 1024px) {
    .list-article-content .article-loop {
      -webkit-flex: 0 0 calc((100% - (var(--sectional-grid-gap)*2)) /3);
      flex: 0 0 calc((100% - (var(--sectional-grid-gap)*2)) /3);
      max-width: calc((100% - (var(--sectional-grid-gap)*2)) /3); } }

/* Sidebar */
.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: #000102;
    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-family: var(--skin-layout-heading-font);
    font-weight: 400; }
  .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; }
  .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; }

.sidebar-blogs .group-sidebox {
  margin: 0 0 30px;
  position: relative;
  padding: 20px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
  background: #fff; }

.sidebar-blogs .sidebox-title h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  font-family: var(--skin-layout-heading-font);
  font-weight: 400; }

.sidebar-blogs .menuList-links {
  display: flex;
  flex-direction: column;
  gap: 10px; }

.sidebar-blogs .menuList-links li a {
  font-size: 14px; }

/* Article page */
.wrapper-contentArticle, .wrapper-contentBlogs {
  margin-bottom: 40px; }

.inforArticle-content {
  margin-bottom: 52px; }
  .inforArticle-content .article-content .box-article-detail {
    margin: 32px 0; }
  .inforArticle-content .article-post-meta {
    text-align: center;
    font-size: 13px;
    color: #000;
    letter-spacing: -0.78px; }
    .inforArticle-content .article-post-meta span {
      position: relative; }
    .inforArticle-content .article-post-meta span + span:before {
      content: '  -  ';
      display: inline-block; }
  .inforArticle-content .heading-article {
    margin: 33px 0 20px;
    display: flex;
    flex-direction: column;
    gap: 10px; }
    .inforArticle-content .heading-article h1 {
      color: #000;
      text-align: center;
      font-size: 24px;
      font-weight: 700;
      letter-spacing: -1.44px;
      margin: 0; }
  .inforArticle-content .post-navigation {
    width: 100%;
    display: inline-block;
    padding: 16px 0; }
    .inforArticle-content .post-navigation .flex-row-articleToolbar {
      font-size: 13px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-flow: row wrap;
      flex-flow: row wrap; }
    .inforArticle-content .post-navigation .articleToolbar-title p {
      margin: 0;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .inforArticle-content .post-navigation .articleToolbar-title p span {
      font-size: 14px;
      font-weight: 600; }
    .inforArticle-content .post-navigation .articleToolbar--nav {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .inforArticle-content .post-navigation .articleToolbar--nav .arrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 13px;
      letter-spacing: -0.78px; }
  .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 .box-article-tags {
    font-size: 16px; }
    .inforArticle-content .box-article-tags a {
      color: red; }
  .inforArticle-content .box-article-banner {
    margin-bottom: 20px; }
    .inforArticle-content .box-article-banner .background-img {
      overflow: hidden;
      position: relative;
      padding-bottom: calc(470/353 * 100%); }
      .inforArticle-content .box-article-banner .background-img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .inforArticle-content .section-collection {
    padding: 40px 0; }
  @media (min-width: 992px) {
    .inforArticle-content .heading-article {
      margin: 33px 0; }
      .inforArticle-content .heading-article h1 {
        font-size: 30px; } }

.section-blog .s-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px; }

/* Toolbar article */
.box-article-social {
  padding: 33px 0;
  border-bottom: 1px solid #DCDCDC; }
  .box-article-social .flex-row-social {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center; }
  .box-article-social .flex-row-social a {
    border-radius: 100%;
    display: inline-flex;
    overflow: hidden; }
  .box-article-social .flex-row-social .listing {
    display: flex;
    align-items: center;
    gap: 14px; }
  @media (min-width: 992px) {
    .box-article-social .flex-row-social {
      justify-content: flex-start; } }

.article-content h2 {
  font-size: 18px; }

.article-content h3 {
  font-size: 16px; }

/* Table of Contents Article */
.table-of-contents {
  position: relative;
  width: 100%;
  display: table;
  background: #fff;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #231F20; }
  .table-of-contents .table-title {
    margin: 0 0 16px; }
    .table-of-contents .table-title .htitle {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 18px;
      font-weight: 700; }
    .table-of-contents .table-title .toc-toggle {
      font-size: 12px;
      display: inline-block;
      vertical-align: 1px;
      margin-left: 6px; }
    .table-of-contents .table-title .toc-toggle a {
      color: #ffffff;
      padding: 0 1px; }
  .table-of-contents ul {
    font-size: 14px;
    padding-left: 12px;
    list-style: none;
    counter-reset: item;
    margin: 0;
    margin-top: 6px; }
    .table-of-contents ul li {
      list-style-position: outside;
      margin: 6px 0;
      list-style: none; }
    .table-of-contents ul li::marker {
      color: #0f2c48; }
    .table-of-contents ul li a {
      text-decoration: none;
      color: black; }
    .table-of-contents ul li a:hover, .table-of-contents ul li a:focus {
      color: #0f2c48; }
  .table-of-contents > ul {
    counter-reset: listStyle;
    padding: 0; }
    .table-of-contents > ul ul ul {
      display: none; }
    .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-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-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 {
  position: fixed;
  left: 10px;
  z-index: 999;
  max-width: 280px;
  top: 45%;
  border-radius: 8px;
  background: #cccccc;
  border: 1px solid rgba(44, 42, 44, 0.24);
  -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-right: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-justify-content: space-between;
    justify-content: space-between;
    padding: 10px 12px; }
    .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: 4px;
      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-radius: 0 0 8px 8px;
    border: 0;
    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;
      margin-left: 0; }
    .table-content-fixed .table-of-contents > ul {
      padding: 12px 0;
      margin-top: 0; }
  .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 (max-width: 991px) and (min-width: 768px) {
  .boxBlog-left {
    padding-right: 15px; }
  .boxBlog-right {
    padding-left: 15px;
    padding-right: 15px; } }

@media (max-width: 767px) {
  .heading-page h1 {
    font-size: 24px;
    text-align: left;
    margin-bottom: 15px; }
  .wrapper-contentArticle, .wrapper-contentBlogs {
    margin-top: 0;
    margin-bottom: 0; }
  .wrapper-contentArticle .heading-article h1 {
    font-size: 22px; } }

@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; } }

@media (min-width: 992px) {
  padding: 24px;
  .section-blog .s-wrapper {
    gap: 32px; }
  .listBlogs-content {
    margin-bottom: 0px; } }

/*----------------------------------------------*/
/*SEARCH TEMPLATE*/
/*----------------------------------------------*/
.search-page {
  min-height: 70vh;
  margin-bottom: 40px; }
  .search-page .search-heading {
    margin: 40px 0; }
    .search-page .search-heading h1 {
      text-align: center;
      font-size: 30px;
      text-transform: uppercase;
      margin-bottom: 0;
      font-family: var(--skin-layout-heading-font); }
    @media (min-width: 992px) {
      .search-page .search-heading {
        margin: 70px 0; }
        .search-page .search-heading h1 {
          font-size: 48px; } }
  .search-page .search-content .count-results {
    display: flex;
    justify-content: center;
    margin-bottom: 20px; }
    .search-page .search-content .count-results span {
      font-size: 16px; }
    .search-page .search-content .count-results span span {
      font-weight: bold; }
  .search-page .search-content .results-more {
    padding: 30px 0; }
    .search-page .search-content .results-more .btn-more {
      width: 200px; }
  .search-page .search-content .expanded-message {
    text-align: center;
    margin: 0 auto 60px;
    max-width: 500px; }
    .search-page .search-content .expanded-message h2 {
      font-size: 16px; }
    .search-page .search-content .expanded-message .icon {
      margin-bottom: 24px; }
    .search-page .search-content .expanded-message .search-field {
      margin-bottom: 20px; }
      .search-page .search-content .expanded-message .search-field form input {
        height: 40px;
        border: 1px solid #000;
        border-radius: 2px;
        outline: none; }
      .search-page .search-content .expanded-message .search-field form #go {
        background: #000;
        color: #fff;
        width: 100px; }
      .search-page .search-content .expanded-message .search-field form .search_box {
        padding: 5px 10px;
        width: calc(100% - 110px); }
    .search-page .search-content .expanded-message .message-txt p {
      margin-bottom: 8px; }
  .search-page .search-content .grid-products {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px 8px; }
    .search-page .search-content .grid-products .product-loop {
      -ms-flex: 0 0 calc((100% - 8px) /2);
      flex: 0 0 calc((100% - 8px) /2);
      max-width: calc((100% - 8px) /2); }
  @media (min-width: 992px) {
    .search-page .search-content .grid-products {
      gap: 32px 16px;
      margin: 0; }
      .search-page .search-content .grid-products .product-loop {
        -ms-flex: 0 0 calc((100% - (16px*3)) /4);
        flex: 0 0 calc((100% - (16px*3)) /4);
        max-width: calc((100% - (16px*3)) /4); }
    .search-page .search-content .results-more {
      padding: 60px 0; }
    .search-page .search-content .expanded-message {
      margin: 0 auto 100px; } }

/*----------------------------------------------*/
/*FAQS TEMPLATE*/
/*----------------------------------------------*/
.layoutPage-faqs {
  padding: 0 0 32px; }
  .layoutPage-faqs .section-faqs-info {
    max-width: 800px;
    margin: 0 auto; }
    .layoutPage-faqs .section-faqs-info .intro-banner {
      margin-bottom: 20px; }
    .layoutPage-faqs .section-faqs-info .intro-desc {
      margin-bottom: 60px;
      font-size: 16px; }
    .layoutPage-faqs .section-faqs-info .intro-list-faqs {
      font-size: 16px; }
      .layoutPage-faqs .section-faqs-info .intro-list-faqs .faq-item {
        margin-bottom: 20px; }
      .layoutPage-faqs .section-faqs-info .intro-list-faqs .header-faqs {
        font-weight: 600;
        padding-right: 20px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #eee;
        position: relative;
        cursor: pointer; }
        .layoutPage-faqs .section-faqs-info .intro-list-faqs .header-faqs:before {
          content: "";
          right: 5px;
          top: 12px;
          position: absolute;
          box-sizing: border-box;
          height: 8px;
          width: 8px;
          border-style: solid;
          border-color: currentColor;
          border-width: 0px 1px 1px 0px;
          transform: rotate(45deg);
          transition: border-width 150ms ease-in-out;
          transition: all 0.4s ease-in-out 0s;
          -moz-transition: all 0.4s ease-in-out 0s;
          -o-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; }
        .layoutPage-faqs .section-faqs-info .intro-list-faqs .header-faqs.opened {
          border-color: #000; }
        .layoutPage-faqs .section-faqs-info .intro-list-faqs .header-faqs.opened:before {
          -moz-transform: rotate(-135deg);
          -webkit-transform: rotate(-135deg);
          -o-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
          transform: rotate(-135deg); }
      .layoutPage-faqs .section-faqs-info .intro-list-faqs .content-faqs {
        display: none; }
    .layoutPage-faqs .section-faqs-info .form-faqs {
      margin-top: 60px; }
      .layoutPage-faqs .section-faqs-info .form-faqs h2 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 15px;
        font-family: var(--skin-layout-heading-font); }
      .layoutPage-faqs .section-faqs-info .form-faqs .contact-form .input-group {
        width: 100%;
        margin-bottom: 20px; }
        .layoutPage-faqs .section-faqs-info .form-faqs .contact-form .input-group input, .layoutPage-faqs .section-faqs-info .form-faqs .contact-form .input-group textarea {
          -ms-flex: 0 0 auto !important;
          flex: 0 0 auto !important;
          display: block;
          width: 100%;
          padding: 6px 0;
          font-size: 12px;
          font-weight: 500;
          line-height: 1.5;
          color: var(--skin-layout-input-color-text);
          background: transparent;
          background-clip: padding-box;
          border: none;
          border-bottom: 1px solid #000;
          border-radius: 0px !important;
          transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
        .layoutPage-faqs .section-faqs-info .form-faqs .contact-form .input-group textarea {
          width: 100%;
          height: 130px; }
        .layoutPage-faqs .section-faqs-info .form-faqs .contact-form .input-group textarea:focus {
          outline: none; }
  @media (min-width: 992px) {
    .layoutPage-faqs {
      padding: 0 0 72px; } }

.page-contact main {
  min-height: 85vh; }

.page-wrapper ul, .page-wrapper ol {
  margin-bottom: 15px;
  padding-left: 40px; }

.page-wrapper ul {
  list-style-type: initial; }

.header-page-contact h1 {
  font-size: 30px;
  font-weight: 700;
  margin: 0px 0; }

.header-page-contact:after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  margin-top: 30px;
  background: #252a2b;
  margin-bottom: 50px; }

.box-info-contact li {
  margin-bottom: 30px; }

.box-info-contact li p {
  margin-bottom: 0;
  color: #666;
  font-weight: 500; }

.box-info-contact li p strong {
  font-weight: 600; }

.box-send-contact h2 {
  font-weight: 700;
  font-size: 25px;
  margin: 40px 0 35px; }

.box-send-contact h2:after {
  content: "";
  display: block;
  margin-top: 25px;
  width: 30px;
  height: 3px;
  background: #252a2b; }

.contact-form .input-group {
  width: 100%;
  margin-bottom: 20px; }

.contact-form .input-group input,
.contact-form .input-group textarea {
  border: 1px solid #e7e7e7;
  box-shadow: none;
  height: 45px;
  font-weight: 500;
  padding: 0 20px;
  background: #fbfbfb;
  width: 100%; }

.contact-form .input-group textarea {
  width: 100%;
  height: 130px;
  padding: 20px 20px; }

.contact-form .input-group textarea:focus {
  outline: none; }

.box-send-contact button {
  height: 55px;
  line-height: 55px;
  padding: 0 30px;
  border-radius: 0;
  font-weight: 600;
  text-transform: uppercase; }

.wrapbox-content-page-contact {
  padding: 50px;
  background: #fff; }

.wrapbox-content-page {
  background: #fff; }

.sidebar-page .group-menu {
  margin: 0 0 30px;
  position: relative;
  padding: 20px;
  border: 1px solid #e3e5ec; }

.sidebar-page .page_menu_title h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  text-align: center; }

.sidebar-page .box_image {
  margin-bottom: 30px; }

.box_image .banner {
  position: relative;
  overflow: hidden; }

.box_image .banner img {
  width: 100%;
  -webkit-transition: all 1s ease-in-out 0s;
  -khtml-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.box_image .banner:hover img {
  -webkit-transform: scale(1.2);
  -khtml-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

.box-info-contact ul {
  padding: 0; }

.wrapbox-content-page iframe {
  width: 100%;
  height: 100%; }

/*-----------------------------------------------*/
/*-- LDP Register --*/
/*-----------------------------------------------*/
.section-ldp {
  padding-bottom: 40px; }

.section-ldp .d-flex {
  display: flex;
  flex-wrap: wrap; }

.section-ldp-intro .section-ldp-wrapper {
  background: #fff; }

.section-ldp-intro .d-flex {
  align-items: center; }

.section-ldp-intro .coll-left {
  flex: 0 0 auto;
  width: 100%; }

.section-ldp-intro .coll-right {
  flex: 0 0 auto;
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 12.5px; }

.section-ldp-catebanner .list-cate {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }

.section-ldp-catebanner .item {
  flex: 0 0 auto;
  width: calc(50% - 7.5px);
  text-align: center;
  background: #fff; }

.section-ldp-catebanner .item .title {
  padding: 12px 10px;
  background: #fff;
  border-top: 1px solid #f5f5f5; }

.section-ldp-catebanner .item h3 {
  font-size: 14px;
  margin-bottom: 5px; }

.section-ldp-catebanner .item p {
  margin-bottom: 0; }

.section-ldp-form .form-register {
  display: flex;
  flex-direction: column;
  gap: 20px; }

.section-ldp-form .form-register h2 {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: #37b34a; }

.section-ldp-form .form-register .form-box {
  background: #fff;
  border-radius: 1px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 600px;
  margin: auto;
  width: 100%;
  padding: 30px; }

.section-ldp-form .form-register .form-box .group-input {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px; }

.section-ldp-form input[type=text],
.section-ldp-form input[type=email],
.section-ldp-form input[type=password],
.section-ldp-form input[type=number],
.section-ldp-form input[type=search],
.section-ldp-form textarea {
  border: 1.5px solid #37b34a;
  height: 40px;
  border-radius: 1px;
  padding: 8px; }

.section-ldp-form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #222222;
  opacity: 1;
  /* Firefox */ }

.section-ldp-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #222222; }

.section-ldp-form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #222222; }

.section-ldp-form .err-msg {
  color: red;
  font-size: 12px;
  font-weight: bold; }

.section-ldp-form .btn-accept {
  padding: 10px 30px;
  border: none;
  border-radius: 1px;
  background: #37b34a;
  color: #fff;
  font-weight: bold; }

.section-ldp-contact .box-content {
  display: flex;
  flex-direction: column;
  gap: 20px; }

.section-ldp-contact .box-content h2 {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: #37b34a; }

.section-ldp-contact .box-content .list-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 600px;
  margin: auto;
  width: 100%; }

.section-ldp-contact .box-content .list-info .line {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  font-weight: 600; }

.section-ldp-contact .box-content .list-info .line .l {
  width: 25%;
  text-align: left; }

.section-ldp-contact .box-content .list-info .line .r {
  width: calc(75% - 20px); }

.popup-thanks {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  padding: 20px; }

.popup-thanks.show-popup {
  display: flex; }

.popup-thanks .popup-close {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  outline: none;
  padding: 0;
  background: #3CB049;
  border: none;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff; }

.popup-thanks .popup-close svg {
  width: 16px;
  height: 16px;
  fill: #fff; }

.popup-thanks .popup-body {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: auto;
  background: #dff1df; }

.popup-thanks .popup-content {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center; }

.popup-thanks .text-top h4 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.4; }

.popup-thanks .text-top p {
  font-size: 16px;
  margin-bottom: 6px; }

@media (min-width: 768px) {
  .section-ldp-intro .coll-left {
    flex: 0 0 auto;
    width: 45%; }
  .section-ldp-intro .coll-right {
    flex: 0 0 auto;
    width: 55%;
    padding: 20px; }
  .section-ldp-form .form-register h2 {
    font-size: 30px; }
  .popup-thanks .popup-content {
    padding: 50px; } }

@media (min-width: 992px) {
  .section-ldp-intro .coll-left {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .section-ldp-intro .coll-right {
    flex: 0 0 auto;
    width: 58.33333333%;
    padding: 40px;
    font-size: 16px; }
  .section-ldp-catebanner .item {
    width: calc(25% - 7.5px); } }

/*========================================================
PAGE ORDER TRACKING
=========================================================*/
.check-order-page {
  padding: 50px 0; }

.check-order-page h1 {
  font-weight: 500;
  Text-transform: uppercase;
  text-align: center; }

.order_tracking_controls {
  max-width: 500px;
  margin: auto;
  text-align: center; }

.order_tracking_controls .title-desc {
  font-size: 14px;
  color: #f72b3f;
  margin: 0; }

.order_tracking_controls .title_note {
  font-size: 12px;
  margin-bottom: 30px; }

.check-order-page .form-control {
  border: 1.5px solid #37b34a;
  height: 40px;
  border-radius: 1px;
  padding: 8px; }

.check-order-page .or_styles {
  line-height: 32px;
  font-size: 16px; }

.check-order-page #search_order_tracking {
  margin-top: 15px; }

.check-order-page .kemnghia-tracking {
  margin-top: 15px; }

.check-order-page .step-maker-container {
  position: relative; }

.check-order-page .kemnghia-collapse-box {
  margin: 0 0 20px; }

.check-order-page .collapse-box__header {
  position: relative;
  padding-left: 30px;
  font-size: 13px;
  cursor: pointer;
  padding: 12px;
  border: 1px solid #ddd;
  background: #F5F5F5; }

.check-order-page .collapse-box__header ul li {
  display: inline-flex;
  gap: 1px 4px;
  padding: 0 6px;
  border-left: 2px solid #e0e0e0;
  vertical-align: middle; }

.check-order-page .collapse-box__header ul li:nth-child(1) {
  padding-left: 0;
  border-left: 0; }

.check-order-page .collapse-box__body, .check-order-page .collapse-box__header {
  padding: 12px;
  border: 1px solid #ddd; }

.check-order-page .collapse-box__body {
  border-top-width: 0;
  display: none; }

.check-order-page .kemnghia-collapse-box.open .collapse-box__body {
  display: block; }

.check-order-page .shipment-tracking__progress {
  width: 80%;
  margin: 20px auto; }

.check-order-page .shipment-tracking__indicator {
  margin: auto; }

.check-order-page .steps-indicator_width_full {
  width: 100%; }

.check-order-page .steps-indicator, .check-order-page .steps-indicator__item {
  display: inline-block;
  vertical-align: middle; }

.check-order-page .steps-indicator__item {
  position: relative;
  text-align: center;
  margin-left: 20px;
  width: 30%; }

.check-order-page .steps-indicator__item_color_green {
  border-color: #6ca237;
  color: #6ca237; }

.check-order-page .steps-indicator__point {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 1px solid #9f9f9f;
  border-radius: 50%;
  background: #fff;
  line-height: 33px;
  text-align: center;
  vertical-align: middle;
  z-index: 4; }

.check-order-page .steps-indicator__item:before {
  content: '';
  width: 600px;
  height: 2px;
  margin: -1px 1px 0 -600px;
  position: absolute;
  bottom: 17.5px;
  background: #9f9f9f; }

.check-order-page .steps-indicator__item:first-child:before {
  background: #fff;
  z-index: 4; }

.check-order-page .status-icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  font-size: 0;
  line-height: 0;
  vertical-align: middle; }

.check-order-page .steps-indicator__item:first-child {
  margin-left: 0; }

.check-order-page .steps-indicator__item-label {
  display: block;
  margin: 0 0 10px;
  position: relative;
  font-size: 13px;
  line-height: 1.3;
  color: #6e6e6e;
  z-index: 5; }

.check-order-page .steps-indicator__item_color_green .steps-indicator__item-label {
  color: #6ca237; }

.check-order-page .steps-indicator:after {
  display: inline-block;
  width: 100%;
  content: ''; }

.check-order-page .kemnghia-tracking__history {
  margin: 15px 0; }

.check-order-page .light-table > thead > tr > th {
  padding: .9em 1.1em .7em;
  background: #f5f5f5;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  border-color: #e7e7e7;
  font-size: 12px;
  font-weight: 500;
  color: #646464; }

.check-order-page .light-table > tbody > tr > td {
  padding: .77em .85em;
  font-size: 13px;
  color: #666;
  border-style: solid;
  border-width: 0 0 1px 1px;
  border-color: #efefef;
  vertical-align: middle; }

.check-order-page .light-table > tbody > tr > td:first-child {
  border-left: none; }

.check-order-page .shipment-tracking__products-title {
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 700;
  color: #292929; }

.check-order-page .product-brief__image {
  float: left;
  width: 75px;
  font-size: 0;
  line-height: 0;
  text-align: center; }

.check-order-page .product-brief__image > a > img, .check-order-page .product-brief__image > img {
  width: 100%;
  height: 100%;
  max-width: 75px;
  max-height: 75px; }

.check-order-page .tab_img img {
  display: inline-block;
  vertical-align: middle; }

.check-order-page .kemnghia-tracking__history .tab_img img {
  display: none; }

.check-order-page .kemnghia-list-head_tracking {
  margin-bottom: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2px 6px; }

.check-order-page .kemnghia-list-head_tracking li span,
.check-order-page .kemnghia-list-head_tracking li a {
  font-weight: 600; }

.check-order-page td.tab_img a {
  line-height: 20px;
  text-transform: none;
  text-align: left;
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  color: #000;
  min-height: 41px;
  overflow: hidden; }

.check-order-page td.tab_img a:hover {
  color: #82c523; }

.check-order-page td.tab_img a span.odVariantTitle {
  font-style: italic; }

.check-order-page .order_tracking_controls input:focus {
  box-shadow: none; }

.check-order-page #order_details img {
  height: 50px;
  width: 50px;
  float: left;
  margin-right: 10px;
  border: 1px solid #ccc;
  padding: 5px; }

.check-order-page .step-maker-container hr {
  display: none; }

.check-order-page .step-maker-container {
  position: relative;
  min-height: 50px;
  text-align: center; }

.check-order-page .step-maker.instock, .check-order-page .step-maker.outstock {
  display: inline-block;
  overflow: hidden; }

.check-order-page .step-maker.instock hr, .check-order-page .step-maker.outstock hr {
  display: none; }

.check-order-page .step-maker .step {
  float: left;
  text-align: center;
  position: relative;
  max-width: fit-content !important; }

.check-order-page div.step-maker .step:before {
  position: absolute;
  height: 5px;
  border-bottom: 1px solid black;
  content: '';
  top: 19%;
  width: 100%;
  left: 50%; }

.check-order-page div.step-maker .step > label {
  display: block;
  margin-bottom: 0; }

.check-order-page div.step-maker .step > label.step-number {
  background-color: #fff;
  color: #676767;
  border-radius: 50%;
  border: 1px solid #676767;
  display: inline-block;
  height: 35px;
  width: 35px;
  position: relative; }

.check-order-page div.step-maker .step.active > label.step-number {
  color: #fff;
  border: 2px solid #82c523;
  background-color: #fff; }

.check-order-page .step-number span {
  font-size: 0; }

.check-order-page div.step-maker .step > label.step-number > span {
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 49%;
  transform: translate(-50%, -50%); }

.check-order-page .step-number span:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-family: FontAwesome;
  width: 30px;
  height: 30px;
  margin-top: 4px; }

.check-order-page div.step-maker .step > label.step-number span:before {
  background-size: contain; }

.check-order-page div.step-maker .step > label:last-child {
  font-weight: 500;
  word-break: break-all; }

.check-order-page div.step-maker .step.active > label:last-child {
  color: #82c523; }

.check-order-page .step-number-1 span:before {
  background: url("https://theme.hstatic.net/1000290281/1000502640/14/icon_cho_xu_ly.png") no-repeat 50% 50%; }

.check-order-page .step-number-2 span:before {
  background: url("https://theme.hstatic.net/1000290281/1000502640/14/icon_forward.png") no-repeat 50% 50%;
  width: 20px;
  height: 20px;
  margin-top: 0; }

.check-order-page .step-number-3 span:before {
  background: url("https://theme.hstatic.net/1000290281/1000502640/14/icon_delivery.png") no-repeat 50% 50%; }

.check-order-page .step-number-4 span:before {
  background: url("https://theme.hstatic.net/1000290281/1000502640/14/icon_finish.png") no-repeat 50% 50%;
  width: 20px;
  height: 20px;
  margin-top: 0; }

.check-order-page .outstock .step-number-2 span:before {
  background: url("https://theme.hstatic.net/1000290281/1000502640/14/icon_sold_out.png") no-repeat 50% 50%;
  margin-top: 7px; }

.check-order-page .outstock .step-number-1 span:before {
  background: url("https://theme.hstatic.net/1000290281/1000502640/14/icon_cancel.png") no-repeat 50% 50%;
  margin-top: 3px;
  width: 20px;
  height: 20px; }

.check-order-page .returnstock .step-number-2 span:before {
  background: url("https://theme.hstatic.net/1000290281/1000502640/14/icon_box.png") no-repeat 50% 50%; }

.check-order-page .returnstock .step-number-3 span:before {
  background: url("https://theme.hstatic.net/1000290281/1000502640/14/icon_forward.png") no-repeat 50% 50%; }

.check-order-page .returnstock .step-number-4 span:before {
  background: url("https://theme.hstatic.net/1000290281/1000502640/14/icon_delivery.png") no-repeat 50% 50%; }

.check-order-page .returnstock .step-number-5 span:before {
  background: url("https://theme.hstatic.net/1000290281/1000502640/14/icon_cancel.png") no-repeat 50% 50%;
  margin-top: 4px; }

.check-order-page .returnstock .step-number-6 span:before {
  background: url("https://theme.hstatic.net/1000290281/1000502640/14/icon_return.png") no-repeat 50% 50%;
  margin-top: 4px; }

.check-order-page div.step-maker .step:last-child:before {
  position: absolute;
  height: 5px;
  border-bottom: 0px solid black;
  content: ''; }

.check-order-page .newsletter_article {
  padding: 25px 20px 30px;
  border: 1px solid #999;
  margin-top: 30px; }

.check-order-page .newsletter_article h4.title {
  color: #000;
  text-align: center;
  margin: 0 0 20px;
  font-size: 16px; }

.check-order-page .newsletter-form {
  position: relative; }

.check-order-page .newsletter-form input {
  height: auto;
  border: 1px solid #999;
  border-radius: 0 !important; }

.check-order-page button.btn-newsletter {
  position: absolute;
  top: 0;
  right: 0;
  padding: 9px 8px;
  background: #2a2a2a;
  border: 1px solid #2a2a2a;
  color: #fff;
  margin: 0;
  border-radius: 0; }

@media (min-width: 1025px) {
  .check-order-page .collapse-box__body .step-maker-container .returnstock .step,
  .check-order-page .collapse-box__body .step-maker-container .instock .step {
    min-width: 161px !important; }
  .check-order-page .collapse-box__body .step-maker-container .outstock .step {
    min-width: 268px !important; } }

@media (max-width: 1024px) {
  .check-order-page .collapse-box__body .step-maker-container .returnstock .step,
  .check-order-page .collapse-box__body .step-maker-container .instock .step {
    min-width: 105px !important; }
  .check-order-page .collapse-box__body .step-maker-container .outstock .step {
    min-width: 185px !important; } }

@media (max-width: 991px) {
  .check-order-page .collapse-box__body .step-maker-container .returnstock .step,
  .check-order-page .collapse-box__body .step-maker-container .instock .step {
    min-width: 120px !important; }
  .check-order-page .collapse-box__body .step-maker-container .outstock .step {
    min-width: 150px !important; } }

@media screen and (max-width: 768px) {
  .check-order-page .shipment-tracking__progress {
    width: 100%; }
  .check-order-page .steps-indicator__item {
    margin-left: 5px;
    width: 30%; } }

@media (max-width: 767px) {
  .check-order-page .kemnghia-list-head_tracking {
    flex-direction: column; }
  .check-order-page .collapse-box__header ul li {
    list-style: none;
    display: block;
    border: 0;
    padding: 0; }
  .check-order-page .collapse-box__header ul li:before {
    content: "-";
    margin-right: 5px; }
  .check-order-page .collapse-box__body .step-maker-container .returnstock .step,
  .check-order-page .collapse-box__body .step-maker-container .instock .step {
    min-width: 100% !important; }
  .check-order-page .collapse-box__body .step-maker-container .outstock .step {
    min-width: 100% !important; }
  .check-order-page div.step-maker .step {
    width: 100% !important;
    min-width: 100% !important;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-bottom: 20px; }
  .check-order-page div.step-maker .step:last-child {
    padding-bottom: 0; }
  .check-order-page div.step-maker .step:before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 17px;
    border-left: 1px solid #000; }
  .check-order-page div.step-maker .step > label.step-number {
    margin-right: 5px; }
  .check-order-page .order_bg .step-maker-container {
    padding: 10px; }
  .check-order-page td {
    font-size: 12px;
    padding: 4px; }
  .check-order-page td.tab_img {
    width: 45%; }
  .check-order-page td.tab_img a {
    display: block; }
  .check-order-page .light-table > thead > tr > th {
    padding: 4px;
    font-size: 10px;
    white-space: nowrap; } }

@media screen and (max-width: 480px) {
  .check-order-page #customer_sidebar {
    padding: 0 0px; }
  .check-order-page td {
    font-size: 10px;
    padding: 4px; } }

/* Modal Loading */
.modal-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1000;
  display: none; }

.loading-container {
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  justify-content: center; }

.loading-icon {
  width: 50px;
  height: 50px; }
