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

.sidebar-page .sidebox-title h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000; }

.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 .menuList-links li a {
    font-size: 16px; } }

.layout-pageDetail {
  margin: 40px 0; }

.heading-pageDetail h1 {
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 20px; }

.wrapper-pageDetail {
  background: #fff;
  padding: 16px;
  height: 100%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.08); }

.content-pageDetail {
  margin-bottom: 40px; }

.content-pageDetail * {
  max-width: 100%; }

@media (min-width: 992px) {
  .wrapper-pageDetail {
    background: #fff;
    padding: 32px; }
  .heading-pageDetail h1 {
    font-size: 32px; } }

/*===== CONTACT ======================*/
.layout-pageContact {
  margin: 40px 0; }

.wrapper-bodycontact .wrapbox-content-left {
  padding-right: 0; }

.box-info-contact, .box-send-contact {
  padding-bottom: 40px; }

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

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

.box-info-contact li > span {
  width: 35px;
  height: 35px;
  line-height: 30px;
  border-radius: 50%;
  float: left;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 15px; }

.box-info-contact li p {
  width: calc(100% - 35px);
  float: left;
  padding-left: 15px;
  margin-bottom: 5px;
  color: #696969;
  font-weight: 500; }

.box-info-contact li p a {
  color: #696969; }

.box-info-contact li p strong {
  color: #000;
  margin-bottom: 5px; }

.wrapbox-contact {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; }

.wrapbox-contact .infoList-contact {
  width: 50%; }

.box-send-contact h2, .box-info-contact h2 {
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 20px; }

.box-send-contact p {
  margin-bottom: 15px; }

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

.contact-form .input-group input,
.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: var(--skin-layout-input-color-bg);
  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; }

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

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

@media (min-width: 992px) {
  .box-map-contact {
    height: 100%;
    border-radius: 4px;
    overflow: hidden; }
  .box-map-contact iframe {
    top: 30px;
    height: 100%;
    position: -webkit-sticky;
    position: sticky;
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
    transition: top 400ms ease; }
  .box-info-contact, .box-send-contact {
    padding-bottom: 60px; } }

@media (max-width: 991px) {
  .wrapbox-contact {
    flex-direction: column;
    -ms-flex-direction: column; }
  .wrapbox-contact .infoList-contact {
    width: 100%; }
  .wrapbox-contact .infoList-contact:nth-child(2) {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse; }
  .widthContent {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse; }
  .wrapper-bodycontact .wrapbox-content-left {
    padding-right: 15px;
    margin-top: 15px; }
  .box-map-contact iframe {
    height: 50vh; } }

@media (max-width: 767px) {
  .wrapbox-content-right {
    padding: 0; } }

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

.boxBlog-left {
  padding-right: 30px; }

.boxBlog-right {
  padding-left: 0; }

.heading-page {
  margin-bottom: 20px; }

.heading-page h1 {
  font-size: 28px;
  margin: 0; }

/* Article Loop */
.article-loop {
  margin-bottom: 30px; }
  .article-loop .article-inner {
    background: #fff;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .article-loop .article-image {
    position: relative;
    overflow: hidden; }
  .article-loop .article-image img {
    width: 100%;
    transition: opacity 0.2s ease-in-out, transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: opacity 0.2s ease-in-out, transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: opacity 0.2s ease-in-out, transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .article-loop .article-detail {
    padding: 15px 20px; }
  .article-loop .article-title .post-title {
    font-size: 20px; }
  .article-loop .article-title .post-title a {
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }
  .article-loop .article-detail .entry-content {
    font-size: 16px;
    margin-bottom: 8px;
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }
  .article-loop .article-post-meta {
    font-size: 13px;
    color: #74839f;
    margin: 0 0 5px; }
    .article-loop .article-post-meta a {
      color: #757575; }
    .article-loop .article-post-meta span {
      position: relative; }
    .article-loop .article-post-meta span + span:before {
      content: '';
      display: inline-block;
      width: 5px;
      height: 5px;
      margin: -1px 10px 0;
      border-radius: 100%;
      background-color: #74839f;
      opacity: 0.4;
      vertical-align: middle; }
    @media (max-width: 991px) {
      .article-loop .article-post-meta {
        font-size: 10px; }
      .article-loop .article-post-meta span + span:before {
        margin: 0 2px; }
      .article-loop .article-post-meta span.comment:before {
        margin-right: 5px; } }
  @media (min-width: 1200px) {
    .article-loop .article-inner:hover .article-image img {
      transform: scale(1.07);
      -webkit-transform: scale(1.07);
      -ms-transform: scale(1.07);
      -o-transform: scale(1.07);
      -moz-transform: scale(1.07);
      opacity: 0.8; } }

/* 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: 0;
  left: 0;
  height: 24px;
  width: 24px;
  line-height: 22px;
  text-align: center;
  background: var(--skin-primary-color);
  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-weight: 500; }

.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); }

.sidebar-blogs .sidebox-title h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000; }

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

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

@media (min-width: 992px) {
  .sidebar-blogs .menuList-links li a {
    font-size: 16px; } }

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

.wrapper-contentArticle .heading-article {
  margin: 0px 0 20px; }

.wrapper-contentArticle .heading-article h1 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px; }

.inforArticle-content {
  background: #fff;
  padding: 30px 16px;
  margin-bottom: 25px;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.08); }
  .inforArticle-content .article-content > div {
    margin-bottom: 30px; }
  .inforArticle-content .article-content .box-article-detail {
    margin-bottom: 30px; }
  .inforArticle-content .article-post-meta {
    font-size: 13px;
    color: #74839f;
    margin: 0 0 5px; }
    .inforArticle-content .article-post-meta a {
      color: #757575; }
    .inforArticle-content .article-post-meta span {
      position: relative; }
    .inforArticle-content .article-post-meta span + span:before {
      content: '';
      display: inline-block;
      width: 5px;
      height: 5px;
      margin: -1px 10px 0;
      border-radius: 100%;
      background-color: #74839f;
      opacity: 0.4;
      vertical-align: middle; }
    @media (max-width: 991px) {
      .inforArticle-content .article-post-meta {
        font-size: 10px; }
      .inforArticle-content .article-post-meta span + span:before {
        margin: 0 2px; }
      .inforArticle-content .article-post-meta span.comment:before {
        margin-left: 0;
        margin-right: 5px; } }
  .inforArticle-content .post-navigation {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    padding: 25px 0 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 .flex-row-articleToolbar .articleToolbar-title p {
        margin: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p span {
        font-size: 14px;
        font-weight: 600; }
      .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar--nav {
        text-align: right;
        font-weight: 600; }
      .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar--nav > span svg {
        vertical-align: -1px;
        width: 12px;
        height: 12px;
        margin: 0 4px; }
      .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar--nav .separator {
        display: inline-block;
        position: relative;
        width: 1px;
        height: 12px;
        margin: 0 18px;
        opacity: 0.8;
        vertical-align: middle; }
  .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 .article-comment {
    background: #fff;
    padding: 15px 20px;
    border-radius: 3px;
    box-shadow: 0 0 6px #e5e8e0; }
    .inforArticle-content .article-comment > div {
      margin-bottom: 30px; }
    .inforArticle-content .article-comment .title-bl h3 {
      font-size: 22px;
      color: #252a2b;
      padding-bottom: 10px;
      margin-bottom: 20px; }
    .inforArticle-content .article-comment .comment_form .form-group {
      width: 100%;
      margin-bottom: 15px; }
    .inforArticle-content .article-comment .comment_form .form-group input, .inforArticle-content .article-comment .comment_form .form-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: var(--skin-layout-input-color-bg);
      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; }
    .inforArticle-content .article-comment .comment_form .form-group textarea {
      width: 100%;
      height: 130px; }
    .inforArticle-content .article-comment .comment-user {
      margin-bottom: 20px; }
    .inforArticle-content .article-comment .comment-user .author {
      font-size: 16px;
      margin: 0 0 5px; }
    .inforArticle-content .article-comment .comment-user .author span.date {
      font-size: 14px;
      float: right; }
  .inforArticle-content .article-related {
    padding: 0; }

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

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

/* Table of Contents Article */
.table-of-contents {
  border-radius: 6px;
  display: block;
  padding: 8px 15px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 0 auto 30px;
  width: 100%;
  max-width: 860px;
  display: table; }

.table-of-contents .table-title {
  font-weight: 700;
  font-size: 15px;
  margin: 0;
  padding: 10px 0; }

.table-of-contents .table-title .toc_toggle {
  font-size: 13px;
  color: #bcbdc1;
  display: inline-block;
  vertical-align: 2px;
  margin-left: 8px; }

.table-of-contents .table-title .toc_toggle a {
  padding: 0 1px; }

.table-of-contents ul {
  font-size: 14px;
  list-style-type: disc;
  margin: 0 0 0 16px; }

.table-of-contents ul li {
  list-style-position: outside;
  margin: 8px 0 0; }

.table-of-contents > ul {
  padding-bottom: 10px; }

.table-of-contents > ul ul ul {
  display: none; }

.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-fixed {
  position: fixed;
  left: 10px;
  z-index: 999;
  max-width: 280px;
  top: 45%;
  -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;
  border-bottom: 1px solid  #eeeeee; }

.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: 2px;
  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: 0;
  background: #ffffff;
  margin: 0;
  padding: 5px 12px;
  box-shadow: none;
  display: block;
  overflow: hidden;
  overflow-y: auto;
  max-height: 70vh;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }

.table-content-fixed .table-of-contents .table-title {
  display: none; }

.table-content-fixed .table-of-contents ul {
  font-size: 13px; }

.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.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 (min-width: 768px) {
  .blogs-aside--sticky {
    top: var(--height-header);
    position: -webkit-sticky;
    position: sticky;
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
    transition: top 400ms ease; } }

@media (max-width: 991px) and (min-width: 768px) {
  .boxBlog-left {
    padding-right: 15px; }
  .boxBlog-right {
    padding-left: 15px;
    padding-right: 15px; }
  .article-loop .article-inner .article-image {
    background: transparent; }
  .article-loop .article-inner .article-title h3.post-title {
    font-size: 18px;
    margin: 10px 0 5px; }
  .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar--nav,
  .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p {
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  .heading-page h1 {
    font-size: 24px;
    text-align: left;
    margin-bottom: 15px; }
  .boxBlog-left {
    padding: 0 7px; }
  .boxBlog-right {
    padding: 0 7px; }
  .wrapper-contentArticle, .wrapper-contentBlogs {
    margin-top: 0;
    margin-bottom: 0; }
  .article-loop {
    margin-bottom: 14px;
    padding: 0 7px; }
  .article-loop .article-inner .article-image {
    background: transparent; }
  .article-loop .article-inner .article-detail {
    padding: 7px; }
  .article-loop .article-inner .article-detail .entry-content {
    font-size: 12px;
    margin-bottom: 5px; }
  .article-loop .article-inner .article-title h3.post-title {
    font-size: 14px;
    margin: 0 0 6px; }
  .article-loop.article_loopfirst .article-inner {
    padding-top: 0;
    overflow: hidden; }
  .article-loop.article_loopfirst .article-inner .article-title {
    -webkit-order: 2;
    order: 2; }
  .article-loop.article_loopfirst .article-inner .article-detail {
    -webkit-order: 3;
    order: 3;
    width: 100%;
    padding-left: 0; }
  .article-loop.article_loopfirst .article-inner .article-image {
    -webkit-order: 1;
    order: 1;
    width: 100%; }
  .wrapper-contentArticle .heading-article h1 {
    font-size: 22px; }
  .inforArticle-content .article-comment .title-bl h3 {
    font-size: 20px; }
  .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar--nav,
  .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p {
    text-align: center; }
  .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p {
    margin-bottom: 20px; } }

/*----------------------------------------------*/
/*SEARCH TEMPLATE*/
/*----------------------------------------------*/
.search-page {
  min-height: 70vh; }
  .search-page .search-heading {
    margin: 40px 0; }
    .search-page .search-heading h1 {
      text-align: center;
      font-size: 30px;
      text-transform: uppercase;
      margin-bottom: 0; }
    @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 {
      font-size: 12px; }
    .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; }
      .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: 8px 4px; }
    .search-page .search-content .grid-products .product-loop {
      -ms-flex: 0 0 calc((100% - 4px) /2);
      flex: 0 0 calc((100% - 4px) /2);
      max-width: calc((100% - 4px) /2); }
  @media (min-width: 992px) {
    .search-page .search-content .grid-products {
      gap: 8px;
      margin: 0; }
      .search-page .search-content .grid-products .product-loop {
        -ms-flex: 0 0 calc((100% - (8px*3)) /4);
        flex: 0 0 calc((100% - (8px*3)) /4);
        max-width: calc((100% - (8px*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 {
  margin-bottom: 60px; }
  .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 .list-faqs {
        max-width: 840px;
        font-size: 15px; }
      .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;
        color: var(--skin-title-color); }
        .layoutPage-faqs .section-faqs-info .intro-list-faqs .header-faqs:before {
          content: "";
          right: 5px;
          top: 6px;
          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; }

/*----------------------------------------------*/
/*STORES TEMPLATE*/
/*----------------------------------------------*/
.layout-pageStores {
  padding-bottom: 60px; }
  .layout-pageStores .wrapbox-content {
    background: #fff;
    padding: 30px 16px;
    border-radius: 4px; }
  .layout-pageStores .heading-pageDetail h1 {
    font-size: 38px; }
  .layout-pageStores .wrapbox-info {
    background: #fff;
    padding: 25px 20px 0;
    border-radius: 4px;
    border: 1px solid #E5E7EB; }
    .layout-pageStores .wrapbox-info h2 {
      font-size: 22px;
      margin-bottom: 10px; }
  .layout-pageStores .box-filter label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px; }
  .layout-pageStores .box-filter select {
    padding: 0px 15px;
    padding-right: 25px;
    cursor: pointer;
    outline: none;
    text-overflow: ellipsis;
    border-radius: 4px;
    height: 40px;
    line-height: 38px;
    background: #ffffff;
    border: 1px solid #E5E7EB;
    font-size: 15px;
    width: 100%;
    color: #000;
    font-weight: 500;
    -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-pageStores .box-filter .field-select {
    position: relative; }
  .layout-pageStores .box-filter .field-select:after {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 12px;
    border: solid #E5E7EB;
    border-width: 0px 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }
  .layout-pageStores .box-filter .select-item {
    margin-bottom: 16px; }
  .layout-pageStores .box-content h3 {
    font-size: 16px;
    margin-bottom: 5px; }
  .layout-pageStores .box-content .store-item {
    padding-left: 30px;
    margin-bottom: 25px;
    position: relative; }
  .layout-pageStores .box-content .store-item > [class^="store--"] {
    margin-bottom: 5px; }
  .layout-pageStores .box-content .store-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 368.666 368.666' style='enable-background:new 0 0 368.666 368.666;' xml:space='preserve'%3E%3Cg id='XMLID_2_'%3E%3Cg%3E%3Cg%3E%3Cpath d='M184.333,0C102.01,0,35.036,66.974,35.036,149.297c0,33.969,11.132,65.96,32.193,92.515 c27.27,34.383,106.572,116.021,109.934,119.479l7.169,7.375l7.17-7.374c3.364-3.46,82.69-85.116,109.964-119.51 c21.042-26.534,32.164-58.514,32.164-92.485C333.63,66.974,266.656,0,184.333,0z M285.795,229.355 c-21.956,27.687-80.92,89.278-101.462,110.581c-20.54-21.302-79.483-82.875-101.434-110.552 c-18.228-22.984-27.863-50.677-27.863-80.087C55.036,78.002,113.038,20,184.333,20c71.294,0,129.297,58.002,129.296,129.297 C313.629,178.709,304.004,206.393,285.795,229.355z'%3E%3C/path%3E%3Cpath d='M184.333,59.265c-48.73,0-88.374,39.644-88.374,88.374c0,48.73,39.645,88.374,88.374,88.374s88.374-39.645,88.374-88.374 S233.063,59.265,184.333,59.265z M184.333,216.013c-37.702,0-68.374-30.673-68.374-68.374c0-37.702,30.673-68.374,68.374-68.374 s68.373,30.673,68.374,68.374C252.707,185.341,222.035,216.013,184.333,216.013z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .layout-pageStores .box-content .store-item .store--address {
    font-weight: 500; }
  .layout-pageStores .box-content .store-item .store--time span, .layout-pageStores .box-content .store-item .store--hotline span {
    font-weight: 600; }
  .layout-pageStores .box-content .store-item .store--link {
    text-decoration: underline;
    color: #1a73e8; }
  .layout-pageStores .boxscroll {
    overflow-y: scroll;
    max-height: 330px;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    margin-right: -20px;
    padding-right: 20px;
    padding-top: 12px; }
    .layout-pageStores .boxscroll::-webkit-scrollbar {
      width: 4px;
      height: 3px; }
    .layout-pageStores .boxscroll::-webkit-scrollbar-track {
      -webkit-border-radius: 2px;
      border-radius: 2px; }
    .layout-pageStores .boxscroll::-webkit-scrollbar-thumb {
      -webkit-border-radius: 2px;
      border-radius: 2px;
      background: #e1e3e4;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
    .layout-pageStores .boxscroll::-webkit-scrollbar-thumb:window-inactive {
      background: #e1e3e4; }
  @media (min-width: 992px) {
    .layout-pageStores .boxscroll {
      min-height: 330px; }
    .layout-pageStores .box-map {
      height: 100%; }
    .layout-pageStores .box-map iframe {
      width: 100%;
      height: 100%;
      border-radius: 4px; } }
  @media (max-width: 991px) {
    .layout-pageStores .wrapbox-content {
      padding: 15px; }
    .layout-pageStores .heading-pageDetail h1 {
      font-size: 24px; }
    .layout-pageStores .wrapbox-info {
      margin-bottom: 15px;
      padding: 25px 20px; }
    .layout-pageStores .box-map {
      height: 100%; }
    .layout-pageStores .box-map iframe {
      width: 100%;
      border-radius: 4px; } }
