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

/*----------------------------------------------*/
/*CONTACT*/
/*----------------------------------------------*/
.layout-pageContact {
  padding: 0; }
  .layout-pageContact .wrapbox-left {
    --height: 1058;
    --width: 1020; }
  .layout-pageContact .box-send-contact .contact-form {
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .layout-pageContact .box-send-contact .input-group {
    width: 100%; }
    .layout-pageContact .box-send-contact .input-group label {
      margin: 0;
      font-weight: 600;
      text-transform: uppercase; }
    .layout-pageContact .box-send-contact .input-group input, .layout-pageContact .box-send-contact .input-group textarea {
      -ms-flex: 0 0 auto !important;
      flex: 0 0 auto !important;
      display: block;
      width: 100%;
      padding: 6px 0;
      height: 30px;
      font-size: 14px;
      font-weight: 400;
      color: var(--skin-layout-input-color-text);
      background: transparent;
      background-clip: padding-box;
      border: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.3);
      border-radius: 0px !important;
      transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
    .layout-pageContact .box-send-contact .input-group textarea {
      width: 100%;
      height: 90px;
      border: 1px solid rgba(0, 0, 0, 0.3);
      margin-top: 16px; }
    .layout-pageContact .box-send-contact .input-group textarea:focus {
      outline: none; }
  .layout-pageContact .box-send-contact .text-group p {
    margin-bottom: 0;
    font-size: 12px; }
  .layout-pageContact .box-send-contact .text-group p + p {
    margin-top: 1rem; }
  .layout-pageContact .box-send-contact .btn-group button {
    flex: 0 0 auto; }
  .layout-pageContact .inner-contactInfo {
    padding: 40px 0;
    background: #F1F1F1; }
    .layout-pageContact .inner-contactInfo .box-info-contact {
      display: flex;
      gap: 26px 45px;
      flex-direction: column; }
      .layout-pageContact .inner-contactInfo .box-info-contact h3 {
        width: 100%;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 0; }
      .layout-pageContact .inner-contactInfo .box-info-contact .item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
      .layout-pageContact .inner-contactInfo .box-info-contact .box-info1 {
        display: flex;
        flex-direction: column;
        gap: 5px; }
        .layout-pageContact .inner-contactInfo .box-info-contact .box-info1 div {
          width: 100%;
          font-size: 30px;
          font-weight: 700; }
      .layout-pageContact .inner-contactInfo .box-info-contact .box-info2 {
        display: flex;
        flex-direction: column;
        gap: 5px; }
        .layout-pageContact .inner-contactInfo .box-info-contact .box-info2 div {
          width: 100%; }
        .layout-pageContact .inner-contactInfo .box-info-contact .box-info2 ul {
          display: flex;
          flex-direction: column;
          gap: 2px; }
        .layout-pageContact .inner-contactInfo .box-info-contact .box-info2 ul li {
          width: 100%; }
      .layout-pageContact .inner-contactInfo .box-info-contact .box-social {
        display: flex;
        flex-direction: column;
        gap: 5px; }
        .layout-pageContact .inner-contactInfo .box-info-contact .box-social .list-social {
          width: 100%;
          display: flex;
          align-items: center;
          gap: 10px; }
  .layout-pageContact .wrapbox-row {
    display: flex;
    flex-direction: column;
    gap: 40px; }
    .layout-pageContact .wrapbox-row > div {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  @media (min-width: 992px) {
    .layout-pageContact .wrapbox-row {
      flex-direction: row; }
    .layout-pageContact .box-send-contact .text-group p {
      font-size: 14px; }
    .layout-pageContact .box-send-contact .contact-form {
      gap: 26px; }
    .layout-pageContact .box-send-contact .input-group input, .layout-pageContact .box-send-contact .input-group textarea {
      height: 40px; }
    .layout-pageContact .box-send-contact .input-group textarea {
      height: 130px;
      margin-top: 26px; }
    .layout-pageContact .inner-contactForm .wrapbox-row {
      gap: 40px; }
      .layout-pageContact .inner-contactForm .wrapbox-row .wrapbox-left {
        -ms-flex: 0 0 calc(50% - 20px);
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px); }
      .layout-pageContact .inner-contactForm .wrapbox-row .wrapbox-right {
        -ms-flex: 0 0 calc(50% - 20px);
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px); }
    .layout-pageContact .inner-contactInfo .box-info-contact {
      gap: 45px;
      padding: 0 40px;
      flex-direction: row; }
      .layout-pageContact .inner-contactInfo .box-info-contact h3 {
        font-size: 18px; }
      .layout-pageContact .inner-contactInfo .box-info-contact .item {
        -ms-flex: 0 0 calc((100% - (45px*2)) /3);
        flex: 0 0 calc((100% - (45px*2)) /3);
        max-width: calc((100% - (45px*2)) /3); }
      .layout-pageContact .inner-contactInfo .box-info-contact .box-social {
        gap: 15px; }
        .layout-pageContact .inner-contactInfo .box-info-contact .box-social h3 {
          text-align: center; }
        .layout-pageContact .inner-contactInfo .box-info-contact .box-social .list-social {
          justify-content: center;
          gap: 25px; }
      .layout-pageContact .inner-contactInfo .box-info-contact .box-info2 {
        gap: 15px; }
        .layout-pageContact .inner-contactInfo .box-info-contact .box-info2 ul {
          gap: 7px;
          font-size: 16px; } }

/*----------------------------------------------*/
/*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 {
      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: flex-end;
    margin-bottom: 20px; }
    .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;
    margin-right: -16px;
    margin-left: -16px;
    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; } }

/*----------------------------------------------*/
/* BLOG bst */
/*----------------------------------------------*/
.blog-bst .pagination-wrapper {
  padding-top: 32px; }

.blog-bst .heading-blogbst {
  margin-bottom: 20px; }
  .blog-bst .heading-blogbst h1 {
    color: #000;
    font-family: var(--skin-layout-heading-font);
    font-size: 30px;
    font-weight: 400;
    margin: 0; }

.blog-bst .content-blogbst .box-bst {
  overflow: hidden;
  position: relative; }
  .blog-bst .content-blogbst .box-bst .box-bst--main {
    position: relative; }
    .blog-bst .content-blogbst .box-bst .box-bst--main .box-bst--banner {
      position: relative;
      overflow: hidden;
      padding-bottom: calc(933/700 * 100%); }
      .blog-bst .content-blogbst .box-bst .box-bst--main .box-bst--banner img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
      .blog-bst .content-blogbst .box-bst .box-bst--main .box-bst--banner:after {
        content: "";
        background: linear-gradient(180deg, transparent 70.38%, rgba(0, 0, 0, 0.2) 94.81%);
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .blog-bst .content-blogbst .box-bst .box-bst--main .box-bst--detail {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      padding: 22px;
      bottom: 0;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      text-align: center; }
      .blog-bst .content-blogbst .box-bst .box-bst--main .box-bst--detail .inner {
        display: flex;
        flex-direction: column;
        gap: 10px; }
        .blog-bst .content-blogbst .box-bst .box-bst--main .box-bst--detail .inner h3 {
          font-size: 13px;
          font-weight: 700;
          letter-spacing: -0.78px;
          margin: 0; }
        .blog-bst .content-blogbst .box-bst .box-bst--main .box-bst--detail .inner h3 a {
          color: #FFF; }
    .blog-bst .content-blogbst .box-bst .box-bst--main .box-bst--link {
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
  @media (min-width: 992px) {
    .blog-bst .content-blogbst .box-bst .box-bst--main .box-bst--detail .inner h3 {
      font-size: 22px; } }

.blog-bst .content-blogbst .grid-bst {
  --gap-coll: 0px;
  margin: 0 -16px;
  display: flex;
  gap: var(--gap-coll);
  flex-wrap: wrap; }
  .blog-bst .content-blogbst .grid-bst .item-bst {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  @media (min-width: 992px) {
    .blog-bst .content-blogbst .grid-bst .item-bst {
      -ms-flex: 0 0 calc((100% - (var(--gap-coll)*3)) / 4);
      flex: 0 0 calc((100% - (var(--gap-coll)*3)) / 4);
      max-width: calc((100% - (var(--gap-coll)*3)) / 4); } }
  @media (min-width: 1800px) {
    .blog-bst .content-blogbst .grid-bst {
      margin: 0 -40px; } }

@media (min-width: 992px) {
  .blog-bst {
    padding-top: var(--height-header); } }

.article-bst .heading-article {
  margin-bottom: 20px; }
  .article-bst .heading-article h1 {
    color: #231F20;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    letter-spacing: -1.44px; }
  @media (min-width: 992px) {
    .article-bst .heading-article h1 {
      font-size: 32px; } }

.article-bst .title-pr {
  margin-bottom: 20px; }
  .article-bst .title-pr h2 {
    color: #231F20;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    letter-spacing: -1.44px; }
  @media (min-width: 992px) {
    .article-bst .title-pr h2 {
      font-size: 32px; } }

.article-bst .article-body {
  display: flex;
  flex-direction: column;
  gap: 60px;
  text-align: center; }

.article-bst .listings {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  margin: 0 -16px; }
  .article-bst .listings .item {
    -ms-flex: 0 0 calc((100% - 0px) / 2);
    flex: 0 0 calc((100% - 0px) / 2);
    max-width: calc((100% - 0px) / 2); }
  .article-bst .listings .item img {
    width: 100%; }
  @media (min-width: 992px) {
    .article-bst .listings {
      margin: 0; }
      .article-bst .listings .item {
        -ms-flex: 0 0 calc(100% / 3);
        flex: 0 0 calc(100% / 3);
        max-width: calc(100% / 3); } }

.article-bst .listing-prs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px; }
  .article-bst .listing-prs .item {
    -ms-flex: 0 0 calc((100% - (8px*2)) / 3);
    flex: 0 0 calc((100% - (8px*2)) / 3);
    max-width: calc((100% - (8px*2)) / 3); }
  .article-bst .listing-prs .item a {
    display: block; }
  .article-bst .listing-prs .item img {
    width: 100%; }
  @media (min-width: 992px) {
    .article-bst .listing-prs .item {
      -ms-flex: 0 0 calc((100% - (8px*4)) / 5);
      flex: 0 0 calc((100% - (8px*4)) / 5);
      max-width: calc((100% - (8px*4)) / 5); } }

/*----------------------------------------------*/
/* ABOUT US */
/*----------------------------------------------*/
.layout-pageAbout .section .s-heading {
  justify-content: center; }

.layout-pageAbout .section .s-wrapper {
  gap: 20px; }

.layout-pageAbout .section-hero {
  padding: 15px 0 50px;
  text-align: center; }
  .layout-pageAbout .section-hero .s-heading {
    justify-content: center;
    text-transform: uppercase; }
  .layout-pageAbout .section-hero .s-content .desc {
    padding: 0 10px; }
    .layout-pageAbout .section-hero .s-content .desc p:last-child {
      margin-bottom: 0; }

.layout-pageAbout .section-history {
  padding: 50px 0;
  text-align: center;
  background: linear-gradient(180deg, #F5F5F5 0%, #FFF 50%, #F5F5F5 100%); }
  .layout-pageAbout .section-history .s-title {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center; }
  .layout-pageAbout .section-history .s-content {
    display: flex;
    flex-direction: column;
    gap: 63px; }
  .layout-pageAbout .section-history .box-card {
    --width: 176;
    --height: 132;
    display: flex;
    justify-content: center;
    position: relative;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: auto; }
    .layout-pageAbout .section-history .box-card .box-card--media {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .layout-pageAbout .section-history .box-card .box-card--detail {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: right;
      min-width: 100px; }
      .layout-pageAbout .section-history .box-card .box-card--detail .year {
        font-size: 13px;
        font-weight: 700; }
      .layout-pageAbout .section-history .box-card .box-card--detail .title {
        font-size: 12px; }
    .layout-pageAbout .section-history .box-card .aspect-ratio img {
      object-fit: contain; }
  .layout-pageAbout .section-history .timeline-grid {
    display: flex;
    flex-direction: column;
    padding-top: 20px; }
  .layout-pageAbout .section-history .timeline-point {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    margin-top: -5%; }
    .layout-pageAbout .section-history .timeline-point:nth-child(odd) .box-card .box-card--detail {
      right: calc(100% + 12px); }
    .layout-pageAbout .section-history .timeline-point:nth-child(even) .box-card .box-card--detail {
      left: calc(100% + 12px);
      text-align: left; }
    .layout-pageAbout .section-history .timeline-point.point-1, .layout-pageAbout .section-history .timeline-point.point-9, .layout-pageAbout .section-history .timeline-point.point-17, .layout-pageAbout .section-history .timeline-point.point-5, .layout-pageAbout .section-history .timeline-point.point-13 {
      transform: translateX(3%); }
    .layout-pageAbout .section-history .timeline-point.point-2, .layout-pageAbout .section-history .timeline-point.point-10, .layout-pageAbout .section-history .timeline-point.point-18, .layout-pageAbout .section-history .timeline-point.point-6, .layout-pageAbout .section-history .timeline-point.point-14 {
      transform: translateX(-6%); }
    .layout-pageAbout .section-history .timeline-point.point-3, .layout-pageAbout .section-history .timeline-point.point-11, .layout-pageAbout .section-history .timeline-point.point-19, .layout-pageAbout .section-history .timeline-point.point-7, .layout-pageAbout .section-history .timeline-point.point-15 {
      transform: translateX(5%); }
    .layout-pageAbout .section-history .timeline-point.point-4, .layout-pageAbout .section-history .timeline-point.point-12, .layout-pageAbout .section-history .timeline-point.point-20, .layout-pageAbout .section-history .timeline-point.point-8, .layout-pageAbout .section-history .timeline-point.point-16 {
      transform: translateX(-4%); }

.layout-pageAbout .section-store {
  padding: 50px 0; }
  .layout-pageAbout .section-store .s-title {
    text-align: center; }
  .layout-pageAbout .section-store .s-content {
    padding: 15px 0; }
  .layout-pageAbout .section-store .wrapbox-info {
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .layout-pageAbout .section-store .box-title h4 {
    color: #231F20;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -0.78px;
    margin: 0; }
  .layout-pageAbout .section-store .box-title p {
    font-size: 12px;
    margin: 0;
    letter-spacing: -0.72px; }
  .layout-pageAbout .section-store .box-filter {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 16px; }
    .layout-pageAbout .section-store .box-filter .filter-select {
      display: flex;
      flex-direction: column;
      gap: 15px; }
    .layout-pageAbout .section-store .box-filter .select-item {
      width: 100%;
      display: flex;
      gap: 8px 24px;
      flex-direction: column; }
      .layout-pageAbout .section-store .box-filter .select-item label {
        font-size: 14px;
        font-weight: 300;
        margin-bottom: 0;
        display: none; }
      .layout-pageAbout .section-store .box-filter .select-item select {
        display: flex;
        min-height: 50px;
        padding: 10px;
        align-items: center;
        gap: 12px;
        align-self: stretch;
        border-radius: 4px;
        border: 1px solid #231F20;
        padding-right: 25px;
        cursor: pointer;
        outline: none;
        text-overflow: ellipsis;
        font-size: 12px;
        font-weight: 500;
        width: 100%;
        color: #231F20;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none; }
      .layout-pageAbout .section-store .box-filter .select-item .field-select {
        position: relative;
        width: 100%; }
      .layout-pageAbout .section-store .box-filter .select-item .field-select:after {
        content: '';
        position: absolute;
        top: calc(50% - 5px);
        right: 12px;
        border: solid #2B2B2B;
        border-width: 0px 1px 1px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg); }
    .layout-pageAbout .section-store .box-filter .filter-count {
      text-align: right; }
  .layout-pageAbout .section-store .box-content .store-item {
    position: relative;
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    margin-bottom: 16px;
    border-bottom: 1px solid #D9D9D9;
    padding: 0 0 16px; }
  .layout-pageAbout .section-store .box-content .store-item .store--detail {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 70%; }
    .layout-pageAbout .section-store .box-content .store-item .store--detail .store--name {
      color: #000;
      font-size: 13px;
      font-weight: 500;
      letter-spacing: -0.78px;
      margin-bottom: 4px; }
    .layout-pageAbout .section-store .box-content .store-item .store--detail .store--hotline {
      font-size: 13px; }
      .layout-pageAbout .section-store .box-content .store-item .store--detail .store--hotline span:first-child {
        font-size: 13px;
        font-weight: 500;
        letter-spacing: -0.78px; }
    .layout-pageAbout .section-store .box-content .store-item .store--detail .store--time {
      font-size: 13px;
      display: flex;
      flex-direction: column;
      gap: 4px; }
      .layout-pageAbout .section-store .box-content .store-item .store--detail .store--time span:first-child {
        font-size: 13px;
        font-weight: 500;
        letter-spacing: -0.78px; }
  .layout-pageAbout .section-store .box-content .store-item .store--map {
    width: 20%;
    text-align: right; }
    .layout-pageAbout .section-store .box-content .store-item .store--map a {
      font-size: 12px;
      text-decoration: underline;
      letter-spacing: -0.72px; }
  .layout-pageAbout .section-store .boxscroll {
    /*overflow-y: auto;
  		max-height: 430px;
  		-webkit-overflow-scrolling: touch;
  		-ms-scroll-chaining: none;
  		overscroll-behavior: none;
  		padding-right: 25px;
  		&::-webkit-scrollbar {width:2px;	height: 3px; }
  		&::-webkit-scrollbar-track {-webkit-border-radius:2px;border-radius:2px;background: rgba(237, 224, 204, 0.50);}
  		&::-webkit-scrollbar-thumb {-webkit-border-radius:2px;border-radius:2px;background:#EF9B2C; -webkit-box-shadow: inset 0 0 6px rgba(237, 224, 204, 0.50);  }
  		&::-webkit-scrollbar-thumb:window-inactive {background:#EF9B2C; }
    */ }
  .layout-pageAbout .section-store .box-map {
    height: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden; }
    .layout-pageAbout .section-store .box-map iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .layout-pageAbout .section-store .wrapbox-row {
    display: flex;
    flex-direction: column;
    gap: 40px; }
    .layout-pageAbout .section-store .wrapbox-row > div {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  @media (min-width: 992px) {
    .layout-pageAbout .section-store {
      /*.wrapbox-row {
        gap: 70px;
        .wrapbox-left {-ms-flex: 0 0 calc(35% - 35px);flex: 0 0 calc(35% - 35px);max-width: calc(35% - 35px);}
        .wrapbox-right {-ms-flex: 0 0 calc(65% - 35px);flex: 0 0 calc(65% - 35px);max-width: calc(65% - 35px);}
      }*/ }
      .layout-pageAbout .section-store .box-filter .select-item {
        flex-direction: row;
        align-items: center;
        justify-content: space-between; } }

.layout-pageAbout .section-social {
  padding: 50px 0 86px;
  background: linear-gradient(180deg, #F5F5F5 0%, #FFF 50%, #F5F5F5 100%); }
  .layout-pageAbout .section-social .s-title {
    text-align: center; }
  .layout-pageAbout .section-social .s-bottom {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.78px;
    text-align: center; }
  .layout-pageAbout .section-social .listing {
    display: flex;
    flex-direction: column;
    gap: 16px; }
    .layout-pageAbout .section-social .listing .item {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .layout-pageAbout .section-social .box-social {
    padding: 10px 20px 20px;
    background: #eee;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 11px;
    text-align: center; }
    .layout-pageAbout .section-social .box-social .box-top {
      display: flex;
      align-items: center;
      gap: 10px; }
      .layout-pageAbout .section-social .box-social .box-top span.text {
        color: #000;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: -0.78px; }
    .layout-pageAbout .section-social .box-social .box-bottom {
      color: #000;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: -0.96px; }
      .layout-pageAbout .section-social .box-social .box-bottom strong {
        font-weight: 700; }

.layout-pageAbout .section-vision {
  padding: 50px 0;
  text-align: center; }
  .layout-pageAbout .section-vision .s-content {
    display: flex;
    flex-direction: column;
    gap: 20px; }
