@charset "UTF-8";
@-moz-keyframes ripple ripple {
  5%, 100% {
    opacity: 0; }
  5% {
    opacity: 1; } }

@-webkit-keyframes ripple {
  5%, 100% {
    opacity: 0; }
  5% {
    opacity: 1; } }

@keyframes ripple ripple {
  5%, 100% {
    opacity: 0; }
  5% {
    opacity: 1; } }

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

@media (min-width: 992px) {
  .heading-pageDetail h1 {
    font-size: 26px; } }

.pageDetail-wrap {
  padding: 32px 0; }
  .pageDetail-wrap .wrapper-pageDetail {
    background: #fff;
    padding: 10px 15px;
    height: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.08); }
  .pageDetail-wrap .content-pageDetail {
    margin-bottom: 40px; }
    .pageDetail-wrap .content-pageDetail * {
      max-width: 100%; }
  .pageDetail-wrap .group-sidebox {
    position: relative;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
    border-radius: 3px; }
    .pageDetail-wrap .group-sidebox .sidebox-title {
      padding: 15px 20px; }
      .pageDetail-wrap .group-sidebox .sidebox-title h3 {
        font-size: 16px;
        margin-bottom: 0;
        position: relative;
        cursor: pointer; }
      .pageDetail-wrap .group-sidebox .sidebox-title h3:after {
        content: " ";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 8px;
        height: 8px;
        border-color: var(--skin-text-color);
        border-style: solid;
        border-width: 0 2px 2px 0;
        transform: translateY(-50%) rotate(45deg);
        transition: transform .2s ease;
        -ms-transition: transform .2s ease;
        -webkit-transition: transform .2s ease; }
    .pageDetail-wrap .group-sidebox .sidebox-content {
      padding: 0 20px 15px;
      border-top: 1px solid #E5E7EB; }
    .pageDetail-wrap .group-sidebox.is-open .sidebox-title h3:after {
      transform: translateY(-50%) rotate(225deg);
      bottom: -10px; }
    .pageDetail-wrap .group-sidebox + .group-sidebox {
      margin: 20px 0 0; }
    @media (max-width: 767px) {
      .pageDetail-wrap .group-sidebox {
        margin-top: 30px; }
        .pageDetail-wrap .group-sidebox .sidebox-title h3 {
          text-align: left;
          position: relative; }
        .pageDetail-wrap .group-sidebox .sidebox-title h3 span {
          display: inline-block;
          position: absolute;
          right: 0;
          top: 0;
          font-size: 24px;
          width: 25px;
          text-align: center;
          transition: all 0.4s ease-in-out 0s;
          -moz-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; }
        .pageDetail-wrap .group-sidebox .sidebox-content-togged {
          display: none; }
        .pageDetail-wrap .group-sidebox.is-open .sidebox-title h3 span {
          -moz-transform: rotate(-180deg);
          -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); } }
  .pageDetail-wrap .menuList-links {
    margin: 0; }
    .pageDetail-wrap .menuList-links .icon-plus-submenu:after, .pageDetail-wrap .menuList-links .icon-plus-submenu:before {
      background: rgba(9, 9, 9, 0.6);
      content: '';
      display: block;
      position: absolute;
      margin-right: 7px;
      top: 50%;
      right: 0;
      -moz-transition: all .25s linear;
      -o-transition: all .25s linear;
      -webkit-transition: all .25s linear;
      transition: all .25s linear; }
    .pageDetail-wrap .menuList-links .icon-plus-submenu:before {
      width: 9px;
      height: 1px;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .pageDetail-wrap .menuList-links .icon-plus-submenu:after {
      width: 1px;
      height: 9px;
      right: 4px;
      transform-origin: center;
      -moz-transform: translateY(-50%) scale(1, 1);
      -ms-transform: translateY(-50%) scale(1, 1);
      -webkit-transform: translateY(-50%) scale(1, 1);
      transform: translateY(-50%) scale(1, 1); }
    .pageDetail-wrap .menuList-links > li {
      border-bottom: 1px dashed #E5E7EB; }
    .pageDetail-wrap .menuList-links > li:last-child {
      border-bottom: none; }
    .pageDetail-wrap .menuList-links > li > a {
      padding: 12px 0;
      font-weight: 500;
      font-size: 15px; }
    .pageDetail-wrap .menuList-links > li.has-submenu > a {
      padding-right: 30px; }
    .pageDetail-wrap .menuList-links > li.has-submenu.level0 > ul.submenu-links {
      border-top: 1px dashed #E5E7EB;
      padding: 12px 0; }
      .pageDetail-wrap .menuList-links > li.has-submenu.level0 > ul.submenu-links li a {
        padding-left: 12px; }
    .pageDetail-wrap .menuList-links > li.has-submenu.level1 > ul.submenu-links li a {
      padding-left: 25px; }
    .pageDetail-wrap .menuList-links > li.has-submenu .icon-plus-submenu {
      width: 25px;
      height: 25px;
      cursor: pointer;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      border: 1px solid transparent; }
      .pageDetail-wrap .menuList-links > li.has-submenu .icon-plus-submenu:hover {
        border: 1px solid; }
    .pageDetail-wrap .menuList-links li {
      position: relative; }
    .pageDetail-wrap .menuList-links li a {
      position: relative;
      font-size: 13px;
      display: block; }
    .pageDetail-wrap .menuList-links ul.submenu-links {
      display: none; }
      .pageDetail-wrap .menuList-links ul.submenu-links li a {
        padding: 8px 0 8px 0px; }
    .pageDetail-wrap .menuList-links li.has-submenu.opened > a .icon-plus-submenu:after {
      -moz-transform: translateY(-50%) scale(1, 0);
      -ms-transform: translateY(-50%) scale(1, 0);
      -webkit-transform: translateY(-50%) scale(1, 0);
      transform: translateY(-50%) scale(1, 0); }
  @media (min-width: 992px) {
    .pageDetail-wrap {
      padding: 64px 0; } }

/*-----------------------------------------------/
/*404 /
/*----------------------------------------------*/
.layout-pageNot {
  padding: 40px 0; }

.layout-pageNot h1 span {
  display: block;
  color: #fff;
  font-size: 170px;
  font-weight: bold;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15); }

.layout-pageNot .subtext {
  font-size: 16px;
  max-width: 520px;
  margin: 0 auto 30px;
  font-weight: 400; }

/*-----------------------------------------------/
/*BLOG + ARTICLE /
/*----------------------------------------------*/
.table-of-contents {
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 24px;
  position: relative;
  margin: 0 auto 30px;
  width: 100%; }
  .table-of-contents .table-title .htitle {
    font-weight: 600;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .table-of-contents .table-title .toc_toggle a {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
  .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 li a {
      text-decoration: none; }
    .table-of-contents ul > ul {
      padding-bottom: 10px; }
    .table-of-contents ul > ul ul ul {
      display: none; }
  .table-of-contents > ul {
    list-style-type: decimal; }
  @media (max-width: 991px) {
    .table-of-contents > 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-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%;
  background: #fff;
  border: 1px solid #E5E7EB;
  -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: 12px; }
  .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%); }

.blog-layout .post-feature {
  position: relative;
  background: #111827; }
  .blog-layout .post-feature .post-feature--content {
    width: 100%;
    max-width: 100%;
    padding: 0 0 53px; }
    .blog-layout .post-feature .post-feature--content .detail {
      padding: 20px 16px;
      font-weight: 500;
      color: #fff; }
      .blog-layout .post-feature .post-feature--content .detail h3 {
        font-size: 22px;
        font-weight: 600; }
      .blog-layout .post-feature .post-feature--content .detail h3 a {
        color: #fff; }
      .blog-layout .post-feature .post-feature--content .detail .desc {
        margin-bottom: 20px;
        text-align: justify; }
    @media (min-width: 992px) {
      .blog-layout .post-feature .post-feature--content {
        max-width: 940px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        padding: 0 16px; }
        .blog-layout .post-feature .post-feature--content .detail {
          padding: 20px; } }
    @media (min-width: 1025px) {
      .blog-layout .post-feature .post-feature--content {
        max-width: 940px; }
        .blog-layout .post-feature .post-feature--content .detail {
          width: 50%;
          padding: 40px 40px 40px 0; }
          .blog-layout .post-feature .post-feature--content .detail h3 {
            font-size: 32px; }
          .blog-layout .post-feature .post-feature--content .detail .desc {
            margin-bottom: 40px; } }
    @media (min-width: 1200px) {
      .blog-layout .post-feature .post-feature--content {
        max-width: 1160px; }
        .blog-layout .post-feature .post-feature--content .detail {
          padding: 76px 150px 76px 0; } }
    @media (min-width: 1400px) {
      .blog-layout .post-feature .post-feature--content {
        padding-left: 76px;
        padding-right: 76px;
        width: 100%;
        max-width: 100%; } }
    @media (max-width: 991px) {
      .blog-layout .post-feature .post-feature--content .detail .desc {
        white-space: initial;
        overflow: hidden;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        display: -webkit-box; } }
  .blog-layout .post-feature .post-feature--thumb .thumb-left {
    display: none; }
  .blog-layout .post-feature .post-feature--thumb .thumb-right {
    position: relative; }
    .blog-layout .post-feature .post-feature--thumb .thumb-right .aspect-ratio {
      display: block;
      padding-bottom: calc(600/800 * 100%);
      overflow: hidden; }
      .blog-layout .post-feature .post-feature--thumb .thumb-right .aspect-ratio img {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
  @media (min-width: 992px) {
    .blog-layout .post-feature .post-feature--thumb {
      display: flex; }
      .blog-layout .post-feature .post-feature--thumb > div {
        width: 50%; }
      .blog-layout .post-feature .post-feature--thumb .thumb-left {
        display: block; } }

.blog-layout .blog-head .blog-head--top .swiper-navcontrol {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 16px;
  width: 100%; }
  .blog-layout .blog-head .blog-head--top .swiper-navcontrol .swiper-pagination {
    justify-content: flex-start;
    bottom: 0; }
  @media (min-width: 1400px) {
    .blog-layout .blog-head .blog-head--top .swiper-navcontrol {
      padding-left: 76px;
      padding-right: 76px; } }

.blog-layout .blog-head .blog-head--bottom {
  padding: 32px 0;
  background: #fff;
  margin-bottom: 32px; }
  .blog-layout .blog-head .blog-head--bottom .section {
    padding: 0; }
  @media (min-width: 992px) {
    .blog-layout .blog-head .blog-head--bottom {
      padding-bottom: 64px;
      margin-bottom: 64px; } }

.blog-layout .blog-body {
  padding-bottom: 32px; }
  .blog-layout .blog-body .blog-inner--heading {
    padding: 0 0 32px; }
    .blog-layout .blog-body .blog-inner--heading .blog-title h2 {
      margin-bottom: 16px;
      font-size: 24px; }
    .blog-layout .blog-body .blog-inner--heading .blog-cate ul {
      display: flex;
      gap: 8px;
      overflow-x: scroll; }
    .blog-layout .blog-body .blog-inner--heading .blog-cate ul li a {
      padding: 4px 12px;
      display: inline-flex;
      align-items: center;
      height: 40px;
      border-radius: 2px;
      border: 1px solid #E5E7EB;
      font-weight: 700;
      color: #6B7280;
      white-space: nowrap; }
      .blog-layout .blog-body .blog-inner--heading .blog-cate ul li a.active {
        border: 1px solid #000102;
        color: #ffffff;
        background: #000102; }
    @media (min-width: 992px) {
      .blog-layout .blog-body .blog-inner--heading .blog-cate ul {
        overflow: hidden; } }
  .blog-layout .blog-body .blog-inner--content .blog-list {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    gap: 32px 10px;
    flex-wrap: wrap; }
    .blog-layout .blog-body .blog-inner--content .blog-list .article-item {
      -webkit-flex: 0 0 calc((100% - (10px*1)) /2);
      flex: 0 0 calc((100% - (10px*1)) /2);
      max-width: calc((100% - (10px*1)) /2); }
    @media (min-width: 992px) {
      .blog-layout .blog-body .blog-inner--content .blog-list .article-item {
        -webkit-flex: 0 0 calc((100% - (10px*3)) /4);
        flex: 0 0 calc((100% - (10px*3)) /4);
        max-width: calc((100% - (10px*3)) /4); } }
  .blog-layout .blog-body .blog-inner--content .blog-pagi .pagination-wrapper {
    padding: 32px 0 0; }
  @media (min-width: 992px) {
    .blog-layout .blog-body {
      padding-bottom: 64px; }
      .blog-layout .blog-body .blog-inner--heading .blog-title h2 {
        font-size: 32px; } }

.article-layout .typeList-style {
  text-align: justify; }

.article-layout .wrapper-headingArticle .article-banner {
  overflow: hidden;
  position: relative;
  padding-bottom: calc(725/1288 * 100%); }
  .article-layout .wrapper-headingArticle .article-banner img {
    -o-object-fit: cover;
    object-fit: cover;
    object-position: top;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.article-layout .wrapper-contentArticle {
  margin: 0 auto 30px; }
  .article-layout .wrapper-contentArticle .inforArticle-content .article-heading h1 {
    font-size: 22px;
    margin-bottom: 16px; }
  .article-layout .wrapper-contentArticle .inforArticle-content .article-content > div {
    margin-bottom: 30px; }
  .article-layout .wrapper-contentArticle .inforArticle-content .box-article-detail h2 {
    font-size: 20px; }
  .article-layout .wrapper-contentArticle .inforArticle-content .box-article-detail h3 {
    font-size: 16px; }
  .article-layout .wrapper-contentArticle .inforArticle-content .box-article-detail h4, .article-layout .wrapper-contentArticle .inforArticle-content .box-article-detail h5, .article-layout .wrapper-contentArticle .inforArticle-content .box-article-detail h6 {
    font-size: 14px; }
  .article-layout .wrapper-contentArticle .inforArticle-content .article-related {
    margin-top: 25px;
    border-radius: 3px; }
    .article-layout .wrapper-contentArticle .inforArticle-content .article-related .title-blog-related {
      position: relative;
      text-align: left;
      margin: 0 0 20px; }
    .article-layout .wrapper-contentArticle .inforArticle-content .article-related .title-blog-related span {
      display: inline-block;
      color: var(--shop-color-text);
      position: relative;
      font-size: 24px; }
  .article-layout .wrapper-contentArticle .inforArticle-content .section-collection {
    padding: 32px 0; }
    .article-layout .wrapper-contentArticle .inforArticle-content .section-collection .s-heading .s-heading--left span {
      font-size: 24px;
      line-height: 1.4;
      letter-spacing: -1px;
      margin-bottom: 0;
      overflow-wrap: break-word;
      word-break: normal; }
  @media (min-width: 992px) {
    .article-layout .wrapper-contentArticle {
      max-width: 860px;
      margin: 0 auto 64px; }
      .article-layout .wrapper-contentArticle .inforArticle-content .article-heading h1 {
        font-size: 32px;
        margin-bottom: 32px; }
      .article-layout .wrapper-contentArticle .inforArticle-content .box-article-detail h2 {
        font-size: 24px; }
      .article-layout .wrapper-contentArticle .inforArticle-content .box-article-detail h3 {
        font-size: 18px; }
      .article-layout .wrapper-contentArticle .inforArticle-content .box-article-detail h4, .article-layout .wrapper-contentArticle .inforArticle-content .box-article-detail h5, .article-layout .wrapper-contentArticle .inforArticle-content .box-article-detail h6 {
        font-size: 16px; }
      .article-layout .wrapper-contentArticle .inforArticle-content .section-collection {
        padding: 64px 0; }
        .article-layout .wrapper-contentArticle .inforArticle-content .section-collection .s-heading .s-heading--left span {
          font-size: 32px; } }

/*-----------------------------------------------/
/*PAGE FAQS*/
/*----------------------------------------------*/
.layoutPage-faqs {
  margin-bottom: 60px; }
  .layoutPage-faqs .section-breadcrumb {
    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 .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; }
  @media (max-width: 991px) {
    .layoutPage-faqs .section-breadcrumb {
      margin-bottom: 20px; } }

/*-----------------------------------------------/
/*PAGE BST*/
/*----------------------------------------------*/
.page-bst .page-bst--head {
  padding: 32px 0;
  text-align: center; }
  .page-bst .page-bst--head .box h1 {
    font-size: 40px;
    margin-bottom: 16px;
    font-weight: 600; }
  .page-bst .page-bst--head .box .menu ul {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap; }
    .page-bst .page-bst--head .box .menu ul li a {
      border-radius: 2px;
      display: inline-flex;
      align-items: center;
      height: 40px;
      color: #6B7280;
      border: 1px solid #E5E7EB;
      font-weight: 700;
      padding: 0 20px; }
    .page-bst .page-bst--head .box .menu ul li a.active {
      color: #fff;
      border: 1px solid #000102;
      background: #000102; }
  @media (min-width: 992px) {
    .page-bst .page-bst--head {
      padding: 64px 0; } }

.page-bst .page-bst--body .bsts-listing {
  display: flex;
  flex-direction: column;
  gap: 24px; }
  .page-bst .page-bst--body .bsts-listing .bst-card {
    width: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    flex-direction: column; }
    .page-bst .page-bst--body .bsts-listing .bst-card .bst-card--img {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .page-bst .page-bst--body .bsts-listing .bst-card .bst-card--text {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 20px; }
      .page-bst .page-bst--body .bsts-listing .bst-card .bst-card--text h2 {
        font-size: 22px;
        margin-bottom: 8px; }
      .page-bst .page-bst--body .bsts-listing .bst-card .bst-card--text .desc {
        color: #374151;
        margin-bottom: 16px; }
      .page-bst .page-bst--body .bsts-listing .bst-card .bst-card--text .detail {
        width: 100%; }
    @media (min-width: 992px) {
      .page-bst .page-bst--body .bsts-listing .bst-card:nth-child(even) {
        flex-direction: row-reverse; }
      .page-bst .page-bst--body .bsts-listing .bst-card:nth-child(odd) {
        flex-direction: row; }
      .page-bst .page-bst--body .bsts-listing .bst-card .bst-card--img {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
      .page-bst .page-bst--body .bsts-listing .bst-card .bst-card--text {
        padding: 0 111px;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
        .page-bst .page-bst--body .bsts-listing .bst-card .bst-card--text h2 {
          font-size: 32px; }
        .page-bst .page-bst--body .bsts-listing .bst-card .bst-card--text .desc {
          margin-bottom: 24px; } }

.page-bst .page-bst--body .bsts-product .swiper-scrollbar {
  display: none; }

@media (min-width: 992px) {
  .page-bst .page-bst--body .bsts-product .s-content {
    padding-bottom: 24px; }
  .page-bst .page-bst--body .bsts-product .swiper-scrollbar {
    display: block;
    z-index: 2;
    left: calc(((100% - (10px*3)) / 4) + 10px);
    width: calc(100% - (((100% - (10px*3)) / 4) + 10px)); } }

.page-bst .page-bst--body.type-1 {
  padding: 0 0 32px; }

@media (min-width: 992px) {
  .page-bst .page-bst--body.type-1 {
    padding: 0 0 64px; } }

/*-----------------------------------------------/
/*PAGE NQ */
/*----------------------------------------------*/
.page-nhuongquyen .s-title {
  margin-bottom: 16px; }

.page-nhuongquyen .s-action {
  margin-top: 16px; }

.page-nhuongquyen .page-layout--head {
  position: relative;
  overflow: hidden; }
  .page-nhuongquyen .page-layout--head .banner {
    position: relative;
    overflow: hidden;
    padding-bottom: calc(1080/1920 * 100%); }
    .page-nhuongquyen .page-layout--head .banner img {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .page-nhuongquyen .page-layout--head .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
  .page-nhuongquyen .page-layout--head .box {
    margin: auto;
    text-align: center;
    width: 100%; }
    .page-nhuongquyen .page-layout--head .box p {
      color: #fff;
      margin-bottom: 8px;
      font-size: 12px; }
    .page-nhuongquyen .page-layout--head .box h1 {
      color: #fff;
      font-size: 18px;
      font-weight: 600;
      margin: 0 0 16px; }
  @media (min-width: 992px) {
    .page-nhuongquyen .page-layout--head .box {
      max-width: 455px; }
      .page-nhuongquyen .page-layout--head .box p {
        font-size: 16px;
        margin-bottom: 16px; }
      .page-nhuongquyen .page-layout--head .box h1 {
        font-size: 40px;
        margin: 0 0 40px; } }

.page-nhuongquyen .section-intro {
  padding: 32px 0; }
  .page-nhuongquyen .section-intro .s-title {
    display: block;
    text-align: center;
    max-width: 500px;
    margin: 0 auto 32px;
    text-align: center;
    width: 100%; }
    .page-nhuongquyen .section-intro .s-title h4 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 12px;
      color: #374151; }
    .page-nhuongquyen .section-intro .s-title h2 {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 20px; }
    .page-nhuongquyen .section-intro .s-title p {
      color: #374151;
      margin-bottom: 0; }
  .page-nhuongquyen .section-intro .listing-intro {
    display: flex;
    gap: 10px;
    flex-direction: column; }
    .page-nhuongquyen .section-intro .listing-intro .item {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .page-nhuongquyen .section-intro .listing-intro .box-card {
      padding: 24px;
      display: flex;
      flex-direction: column;
      gap: 16px;
      border-radius: 2px;
      background: #fff; }
      .page-nhuongquyen .section-intro .listing-intro .box-card .icon {
        width: 72px;
        height: 72px; }
      .page-nhuongquyen .section-intro .listing-intro .box-card .detail h3 {
        font-size: 18px;
        font-weight: 600; }
      .page-nhuongquyen .section-intro .listing-intro .box-card .detail p {
        margin-bottom: 0;
        color: #374151;
        text-align: justify; }
  @media (min-width: 992px) {
    .page-nhuongquyen .section-intro {
      padding: 64px 0; }
      .page-nhuongquyen .section-intro .s-title h2 {
        font-size: 32px; }
      .page-nhuongquyen .section-intro .listing-intro {
        flex-direction: row; }
        .page-nhuongquyen .section-intro .listing-intro .item {
          -ms-flex: 0 0 calc((100% - (10px*2)) / 3);
          flex: 0 0 calc((100% - (10px*2)) / 3);
          max-width: calc((100% - (10px*2)) / 3); }
        .page-nhuongquyen .section-intro .listing-intro .box-card {
          gap: 24px;
          padding: 38px 32px; }
          .page-nhuongquyen .section-intro .listing-intro .box-card .detail h3 {
            font-size: 24px; } }

.page-nhuongquyen .section-history {
  padding: 32px 0;
  background: #FFFFFF; }
  .page-nhuongquyen .section-history .listing-history {
    display: flex; }
    .page-nhuongquyen .section-history .listing-history .box-card {
      display: flex;
      flex-direction: column;
      gap: 64px;
      border-radius: 4px;
      position: relative; }
      .page-nhuongquyen .section-history .listing-history .box-card:before, .page-nhuongquyen .section-history .listing-history .box-card:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto; }
      .page-nhuongquyen .section-history .listing-history .box-card:before {
        height: 1px;
        width: 100%;
        background: #374151;
        right: 0; }
      .page-nhuongquyen .section-history .listing-history .box-card:after {
        background: #374151;
        height: 12px;
        width: 12px;
        border-radius: 50%; }
      .page-nhuongquyen .section-history .listing-history .box-card .banner {
        padding: 16px; }
        .page-nhuongquyen .section-history .listing-history .box-card .banner .aspect-ratio {
          position: relative;
          overflow: hidden;
          height: 298px; }
          .page-nhuongquyen .section-history .listing-history .box-card .banner .aspect-ratio img {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            object-fit: cover;
            width: 100%;
            height: 100%; }
      .page-nhuongquyen .section-history .listing-history .box-card .detail {
        height: 100%;
        min-height: 298px;
        padding: 24px;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .page-nhuongquyen .section-history .listing-history .box-card .detail h3 {
          font-size: 18px;
          font-weight: 600; }
        .page-nhuongquyen .section-history .listing-history .box-card .detail p {
          margin-bottom: 0;
          color: #374151; }
    .page-nhuongquyen .section-history .listing-history .item:nth-child(even) .box-card {
      background: #fff;
      flex-direction: column-reverse; }
    .page-nhuongquyen .section-history .listing-history .item:nth-child(odd) .box-card {
      background: #F9FAFB; }
  .page-nhuongquyen .section-history .swiper-container:not(.swiper-initialized) .listing-history .item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  @media (min-width: 1024) {
    .page-nhuongquyen .section-history .swiper-container:not(.swiper-initialized) .listing-history .item {
      -ms-flex: 0 0 calc(100%/2);
      flex: 0 0 calc(100%/2);
      max-width: calc(100%/2); } }
  @media (min-width: 1460px) {
    .page-nhuongquyen .section-history .swiper-container:not(.swiper-initialized) .listing-history .item {
      -ms-flex: 0 0 calc(100%/4);
      flex: 0 0 calc(100%/4);
      max-width: calc(100%/4); } }
  @media (min-width: 992px) {
    .page-nhuongquyen .section-history {
      padding: 64px 0; } }

.page-nhuongquyen .section-reason {
  padding: 64px 0;
  background-color: #000102;
  position: relative; }
  .page-nhuongquyen .section-reason:before {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(0deg, rgba(0, 1, 2, 0.8) 0%, rgba(0, 1, 2, 0) 100%); }
  .page-nhuongquyen .section-reason:after {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url(https://file.hstatic.net/200000941355/file/image__2_.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .page-nhuongquyen .section-reason .s-wrapper {
    position: relative;
    z-index: 3; }
  .page-nhuongquyen .section-reason .listing-reason {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; }
    .page-nhuongquyen .section-reason .listing-reason .item {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .page-nhuongquyen .section-reason .listing-reason .box-card {
      padding: 36px 24px;
      display: flex;
      flex-direction: column;
      gap: 16px;
      border-radius: 2px;
      background: #fff;
      height: 100%; }
      .page-nhuongquyen .section-reason .listing-reason .box-card .icon {
        width: 72px;
        height: 72px; }
      .page-nhuongquyen .section-reason .listing-reason .box-card .detail h3 {
        font-size: 18px;
        font-weight: 600; }
      .page-nhuongquyen .section-reason .listing-reason .box-card .detail p {
        margin-bottom: 0;
        color: #374151;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; }
  @media (min-width: 992px) {
    .page-nhuongquyen .section-reason {
      padding: 64px 0; }
      .page-nhuongquyen .section-reason:after {
        background-size: 50%;
        background-position: center left;
        background-image: url(https://file.hstatic.net/200000941355/file/image__2_.jpg); }
      .page-nhuongquyen .section-reason .s-wrapper {
        display: flex;
        gap: 64px; }
        .page-nhuongquyen .section-reason .s-wrapper .s-title {
          -ms-flex: 0 0 calc(50% - 128px);
          flex: 0 0 calc(50% - 128px);
          max-width: calc(50% - 128px);
          display: flex;
          align-items: flex-end; }
          .page-nhuongquyen .section-reason .s-wrapper .s-title h2 {
            margin-bottom: 0;
            max-width: 70%; }
        .page-nhuongquyen .section-reason .s-wrapper .s-content {
          -ms-flex: 0 0 calc(50% + 64px);
          flex: 0 0 calc(50% + 64px);
          max-width: calc(50% + 64px); }
      .page-nhuongquyen .section-reason .listing-reason .item {
        -ms-flex: 0 0 calc((100% - 10px) / 2);
        flex: 0 0 calc((100% - 10px) / 2);
        max-width: calc((100% - 10px) / 2); }
      .page-nhuongquyen .section-reason .listing-reason .box-card {
        gap: 24px;
        padding: 38px 32px; }
        .page-nhuongquyen .section-reason .listing-reason .box-card .detail h3 {
          font-size: 24px; } }

.page-nhuongquyen .section-benefit {
  padding: 64px 0;
  background-color: #000102;
  position: relative; }
  .page-nhuongquyen .section-benefit .listing-benefit .box-card {
    display: flex;
    flex-direction: column;
    border-radius: 2px;
    background: #fff;
    height: 100%; }
    .page-nhuongquyen .section-benefit .listing-benefit .box-card .banner .aspect-ratio {
      position: relative;
      overflow: hidden;
      padding-bottom: 70%; }
      .page-nhuongquyen .section-benefit .listing-benefit .box-card .banner .aspect-ratio img {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .page-nhuongquyen .section-benefit .listing-benefit .box-card .detail {
      padding: 12px; }
      .page-nhuongquyen .section-benefit .listing-benefit .box-card .detail h3 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px; }
      .page-nhuongquyen .section-benefit .listing-benefit .box-card .detail p {
        margin-bottom: 0;
        color: #374151;
        font-size: 12px;
        text-align: justify; }
    @media (min-width: 992px) {
      .page-nhuongquyen .section-benefit .listing-benefit .box-card .detail {
        padding: 24px; }
        .page-nhuongquyen .section-benefit .listing-benefit .box-card .detail h3 {
          font-size: 32px; }
        .page-nhuongquyen .section-benefit .listing-benefit .box-card .detail p {
          font-size: 14px; } }
  .page-nhuongquyen .section-benefit .swiper-container:not(.swiper-initialized) .listing-benefit {
    gap: 10px;
    display: flex; }
    .page-nhuongquyen .section-benefit .swiper-container:not(.swiper-initialized) .listing-benefit .item {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    @media (min-width: 1024) {
      .page-nhuongquyen .section-benefit .swiper-container:not(.swiper-initialized) .listing-benefit .item {
        -ms-flex: 0 0 calc((100% - 10px) / 2);
        flex: 0 0 calc((100% - 10px) / 2);
        max-width: calc((100% - 10px) / 2); } }
    @media (min-width: 1460px) {
      .page-nhuongquyen .section-benefit .swiper-container:not(.swiper-initialized) .listing-benefit .item {
        -ms-flex: 0 0 calc((100% - (10px*2)) / 3);
        flex: 0 0 calc((100% - (10px*2)) / 3);
        max-width: calc((100% - (10px*2)) / 3); } }

.page-nhuongquyen .section-policy {
  padding: 32px 0;
  background-color: #000102; }
  .page-nhuongquyen .section-policy .s-content {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 4px; }
    .page-nhuongquyen .section-policy .s-content .coll-banner, .page-nhuongquyen .section-policy .s-content .coll-text {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .page-nhuongquyen .section-policy .s-content .coll-text {
      display: flex;
      align-items: center;
      padding: 32px; }
      .page-nhuongquyen .section-policy .s-content .coll-text h3 {
        font-size: 24px;
        margin-bottom: 10px; }
      .page-nhuongquyen .section-policy .s-content .coll-text p {
        color: #020617;
        margin-bottom: 0; }
      .page-nhuongquyen .section-policy .s-content .coll-text p + p {
        margin-top: 12px; }
      .page-nhuongquyen .section-policy .s-content .coll-text .action {
        margin-top: 24px; }
  @media (min-width: 992px) {
    .page-nhuongquyen .section-policy {
      padding: 64px 0; }
      .page-nhuongquyen .section-policy .s-content {
        display: flex;
        flex-direction: row; }
        .page-nhuongquyen .section-policy .s-content .coll-banner, .page-nhuongquyen .section-policy .s-content .coll-text {
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%; } }

.page-nhuongquyen .section-reason2 {
  padding: 32px 0; }
  .page-nhuongquyen .section-reason2 .listing-reason {
    display: flex;
    gap: 10px;
    flex-direction: column; }
    .page-nhuongquyen .section-reason2 .listing-reason .item {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .page-nhuongquyen .section-reason2 .listing-reason .box-card {
      display: flex;
      flex-direction: column;
      border-radius: 2px;
      background: #fff;
      overflow: hidden; }
      .page-nhuongquyen .section-reason2 .listing-reason .box-card .detail {
        padding: 16px; }
        .page-nhuongquyen .section-reason2 .listing-reason .box-card .detail h3 {
          font-size: 18px;
          font-weight: 600; }
        .page-nhuongquyen .section-reason2 .listing-reason .box-card .detail p {
          margin-bottom: 0;
          color: #374151;
          padding-left: 20px;
          position: relative; }
        .page-nhuongquyen .section-reason2 .listing-reason .box-card .detail p:before {
          content: '';
          position: absolute;
          top: 7px;
          left: 6px;
          height: 4px;
          width: 4px;
          background: #000;
          border-radius: 50%; }
        .page-nhuongquyen .section-reason2 .listing-reason .box-card .detail p + p {
          margin-bottom: 8px; }
  @media (min-width: 992px) {
    .page-nhuongquyen .section-reason2 {
      padding: 64px 0; }
      .page-nhuongquyen .section-reason2 .listing-reason {
        flex-direction: row; }
        .page-nhuongquyen .section-reason2 .listing-reason .item {
          -ms-flex: 0 0 calc((100% - 10px) / 2);
          flex: 0 0 calc((100% - 10px) / 2);
          max-width: calc((100% - 10px) / 2); }
        .page-nhuongquyen .section-reason2 .listing-reason .box-card .detail {
          padding: 32px 24px; }
          .page-nhuongquyen .section-reason2 .listing-reason .box-card .detail h3 {
            font-size: 24px; } }

.page-nhuongquyen .section-intro2 {
  padding: 60px 0;
  background-color: #000102;
  position: relative;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://file.hstatic.net/200000941355/file/nhuongquyen-banner.jpg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover; }
  .page-nhuongquyen .section-intro2 .listing-intro2 {
    display: flex;
    gap: 30px 16px;
    flex-wrap: wrap;
    align-items: center; }
    .page-nhuongquyen .section-intro2 .listing-intro2 .item {
      -ms-flex: 0 0 calc((100% - 16px) / 2);
      flex: 0 0 calc((100% - 16px) / 2);
      max-width: calc((100% - 16px) / 2); }
    .page-nhuongquyen .section-intro2 .listing-intro2 .box-card {
      display: flex;
      flex-direction: column;
      gap: 12px; }
      .page-nhuongquyen .section-intro2 .listing-intro2 .box-card * {
        color: #fff; }
      .page-nhuongquyen .section-intro2 .listing-intro2 .box-card .icon {
        width: 50px;
        height: 50px;
        margin: auto; }
      .page-nhuongquyen .section-intro2 .listing-intro2 .box-card .detail {
        width: 100%;
        text-align: center; }
        .page-nhuongquyen .section-intro2 .listing-intro2 .box-card .detail h3 {
          font-size: 20px;
          font-weight: 600;
          margin-bottom: 0; }
        .page-nhuongquyen .section-intro2 .listing-intro2 .box-card .detail p {
          margin-bottom: 0; }
  @media (min-width: 992px) {
    .page-nhuongquyen .section-intro2 {
      padding: 90px 0; }
      .page-nhuongquyen .section-intro2 .listing-intro2 {
        gap: 16px; }
        .page-nhuongquyen .section-intro2 .listing-intro2 .item {
          -ms-flex: 0 0 calc((100% - (16px*3)) / 4);
          flex: 0 0 calc((100% - (16px*3)) / 4);
          max-width: calc((100% - (16px*3)) / 4); }
        .page-nhuongquyen .section-intro2 .listing-intro2 .box-card {
          align-items: center;
          flex-direction: row; }
          .page-nhuongquyen .section-intro2 .listing-intro2 .box-card .icon {
            width: 72px;
            height: 72px;
            margin: 0; }
          .page-nhuongquyen .section-intro2 .listing-intro2 .box-card .detail {
            max-width: 170px;
            text-align: left;
            width: calc(100% - 72px - 12px); }
            .page-nhuongquyen .section-intro2 .listing-intro2 .box-card .detail h3 {
              font-size: 32px; } }

.page-nhuongquyen .section-bst {
  padding: 32px 0; }
  .page-nhuongquyen .section-bst .s-tablist {
    margin-bottom: 32px; }
    .page-nhuongquyen .section-bst .s-tablist .listing {
      --color-tab-tt: #6B7280;
      --color-tab-bd: #E5E7EB;
      --color-tab-bg-active: #000102;
      --color-tab-tt-active: #ffffff;
      --color-tab-bd-active: #000102;
      display: flex;
      gap: 8px;
      align-items: center;
      justify-content: center;
      overflow: hidden; }
      .page-nhuongquyen .section-bst .s-tablist .listing a {
        padding: 9px;
        display: inline-flex;
        color: var(--color-tab-tt);
        border: 1px solid var(--color-tab-bd);
        background: transparent;
        height: 40px;
        border-radius: 2px;
        font-size: 12px;
        font-weight: 700;
        white-space: nowrap; }
      .page-nhuongquyen .section-bst .s-tablist .listing a.active {
        background: var(--color-tab-bg-active);
        color: var(--color-tab-tt-active);
        border-color: var(--color-tab-bd-active); }
  .page-nhuongquyen .section-bst .s-content .tabpand {
    display: none; }
  .page-nhuongquyen .section-bst .s-content .tabpand.active {
    display: block; }
  .page-nhuongquyen .section-bst .listing-bst {
    display: flex;
    gap: 10px;
    flex-wrap: wrap; }
    .page-nhuongquyen .section-bst .listing-bst .item {
      -ms-flex: 0 0 calc((100% - 10px) / 2);
      flex: 0 0 calc((100% - 10px) / 2);
      max-width: calc((100% - 10px) / 2); }
    .page-nhuongquyen .section-bst .listing-bst .item:first-child {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .page-nhuongquyen .section-bst .listing-bst .item:not(:first-child) .box-card {
      overflow: hidden;
      border-radius: 2px; }
      .page-nhuongquyen .section-bst .listing-bst .item:not(:first-child) .box-card .banner {
        position: relative;
        overflow: hidden;
        padding-bottom: 100%;
        display: block; }
        .page-nhuongquyen .section-bst .listing-bst .item:not(:first-child) .box-card .banner img {
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          left: 0;
          object-fit: cover;
          width: 100%;
          height: 100%; }
  @media (min-width: 992px) {
    .page-nhuongquyen .section-bst {
      padding: 64px 0; }
      .page-nhuongquyen .section-bst .listing-bst .item {
        -ms-flex: 0 0 calc((100% - (10px*3)) / 4);
        flex: 0 0 calc((100% - (10px*3)) / 4);
        max-width: calc((100% - (10px*3)) / 4); }
      .page-nhuongquyen .section-bst .s-tablist {
        margin-bottom: 32px; }
        .page-nhuongquyen .section-bst .s-tablist .listing a {
          padding: 9.5px 20px 9.5px;
          font-size: 14px; } }

@media (min-width: 992px) {
  .page-nhuongquyen .s-title {
    margin-bottom: 32px; }
  .page-nhuongquyen .s-action {
    margin-top: 32px; } }

/*-----------------------------------------------/
/*PAGE ĐP */
/*----------------------------------------------*/
.topbar--ldp-dp {
  padding: 4px 0;
  background: #F9FAFB; }
  .topbar--ldp-dp .btn-register {
    background: #B51F29;
    border-color: #B51F29; }
  .topbar--ldp-dp .inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .topbar--ldp-dp .inner .inner-left div {
      display: flex;
      align-items: center;
      gap: 8px;
      color: #374151; }
    .topbar--ldp-dp .inner .inner-left a {
      display: inline-flex;
      align-items: center;
      gap: 4px;
      font-weight: 600; }
    .topbar--ldp-dp .inner .inner-right div {
      display: flex;
      align-items: center;
      gap: 12px; }

.main-header--ldp-dp .main-nav-menu .menu-list--top {
  justify-content: flex-end; }

@media (min-width: 992px) {
  .main-header--ldp-dp .main-header--grid {
    padding: 0; }
    .main-header--ldp-dp .main-header--grid .main-header--logo {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
    .main-header--ldp-dp .main-header--grid .main-header--action {
      -ms-flex: 0 0 24px;
      flex: 0 0 24px;
      max-width: 24px; }
    .main-header--ldp-dp .main-header--grid .main-header--menu {
      display: block;
      -ms-flex: 0 0 calc(80% - (16px*2) - 24px);
      flex: 0 0 calc(80% - (16px*2) - 24px);
      max-width: calc(80% - (16px*2) - 24px); } }

.page-dongphuc .swiper-container:not(.swiper-initialized) .swiper-wrapper:not(.products-slide) {
  overflow-x: scroll; }
  .page-dongphuc .swiper-container:not(.swiper-initialized) .swiper-wrapper:not(.products-slide)::-webkit-scrollbar {
    display: none; }

.page-dongphuc .swiper-scrollbar {
  display: none; }
  @media (min-width: 992px) {
    .page-dongphuc .swiper-scrollbar {
      display: block;
      z-index: 2;
      position: relative;
      left: 0;
      bottom: -10px; } }

.page-dongphuc .s-title {
  margin-bottom: 16px; }

.page-dongphuc .s-content {
  padding-bottom: 16px; }

.page-dongphuc .tablist {
  --color-tab-tt: #6B7280;
  --color-tab-bd: #E5E7EB;
  --color-tab-bg-active: #000102;
  --color-tab-tt-active: #ffffff;
  --color-tab-bd-active: #000102;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  overflow: hidden; }
  .page-dongphuc .tablist a {
    padding: 9px;
    display: inline-flex;
    color: var(--color-tab-tt);
    border: 1px solid var(--color-tab-bd);
    background: transparent;
    height: 40px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap; }
    .page-dongphuc .tablist a.active {
      background: var(--color-tab-bg-active);
      color: var(--color-tab-tt-active);
      border-color: var(--color-tab-bd-active); }

.page-dongphuc .section-benefit {
  position: relative; }
  .page-dongphuc .section-benefit .s-content {
    padding-bottom: 36px; }
  .page-dongphuc .section-benefit .listing-benefit {
    display: flex;
    gap: 10px; }
    .page-dongphuc .section-benefit .listing-benefit .box-card {
      display: flex;
      flex-direction: column;
      border-radius: 2px;
      background: #fff;
      height: 100%; }
      .page-dongphuc .section-benefit .listing-benefit .box-card .banner .aspect-ratio {
        position: relative;
        overflow: hidden;
        padding-bottom: 70%; }
        .page-dongphuc .section-benefit .listing-benefit .box-card .banner .aspect-ratio img {
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          left: 0;
          object-fit: cover;
          width: 100%;
          height: 100%; }
      .page-dongphuc .section-benefit .listing-benefit .box-card .detail {
        padding: 16px; }
        .page-dongphuc .section-benefit .listing-benefit .box-card .detail h3 {
          font-size: 18px;
          font-weight: 600;
          margin-bottom: 10px; }
        .page-dongphuc .section-benefit .listing-benefit .box-card .detail p {
          margin-bottom: 0;
          color: #374151;
          font-weight: 500; }
      @media (min-width: 992px) {
        .page-dongphuc .section-benefit .listing-benefit .box-card .detail {
          padding: 24px; }
          .page-dongphuc .section-benefit .listing-benefit .box-card .detail h3 {
            font-size: 24px; } }
  .page-dongphuc .section-benefit .swiper-container:not(.swiper-initialized) .listing-benefit .item {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%; }
  @media (min-width: 1024) {
    .page-dongphuc .section-benefit .swiper-container:not(.swiper-initialized) .listing-benefit .item {
      -ms-flex: 0 0 calc((100% - 10px) / 2);
      flex: 0 0 calc((100% - 10px) / 2);
      max-width: calc((100% - 10px) / 2); } }
  @media (min-width: 1460px) {
    .page-dongphuc .section-benefit .swiper-container:not(.swiper-initialized) .listing-benefit .item {
      -ms-flex: 0 0 calc((100% - (10px*2)) / 3);
      flex: 0 0 calc((100% - (10px*2)) / 3);
      max-width: calc((100% - (10px*2)) / 3); } }

.page-dongphuc .section-material {
  background: #fff; }
  .page-dongphuc .section-material .s-wrapper {
    display: flex;
    flex-direction: column; }
    .page-dongphuc .section-material .s-wrapper .coll-banner, .page-dongphuc .section-material .s-wrapper .coll-text {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .page-dongphuc .section-material .s-wrapper .coll-text {
      display: flex;
      align-items: center;
      padding: 24px; }
      .page-dongphuc .section-material .s-wrapper .coll-text h2 {
        font-size: 24px;
        margin-bottom: 10px; }
      .page-dongphuc .section-material .s-wrapper .coll-text p {
        color: #020617;
        margin-bottom: 0; }
      .page-dongphuc .section-material .s-wrapper .coll-text p + p {
        margin-top: 12px; }
      .page-dongphuc .section-material .s-wrapper .coll-text .box {
        display: flex;
        flex-direction: column;
        gap: 32px; }
        .page-dongphuc .section-material .s-wrapper .coll-text .box > div {
          width: 100%; }
    .page-dongphuc .section-material .s-wrapper .accordions .accordion__item {
      border-bottom: 1px solid #E5E7EB;
      margin-bottom: 10px; }
    .page-dongphuc .section-material .s-wrapper .accordions .accordion-header {
      cursor: pointer;
      transition: all .3s;
      padding: 12px 56px 12px 12px;
      position: relative;
      font-weight: 600; }
      .page-dongphuc .section-material .s-wrapper .accordions .accordion-header:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 16px;
        margin: auto;
        width: 24px;
        height: 24px;
        transition: .3s all;
        transform: rotate(0deg);
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 15.9141L12 9.91406L6 15.9141' stroke='%23000102' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
      .page-dongphuc .section-material .s-wrapper .accordions .accordion-header.active {
        color: #0A0A0A; }
        .page-dongphuc .section-material .s-wrapper .accordions .accordion-header.active:after {
          transform: rotate(-180deg); }
    .page-dongphuc .section-material .s-wrapper .accordions .accordion-body {
      display: none;
      padding: 0 56px 12px 12px;
      color: #374151; }
  @media (min-width: 992px) {
    .page-dongphuc .section-material .s-wrapper {
      display: flex;
      flex-direction: row; }
      .page-dongphuc .section-material .s-wrapper .coll-banner, .page-dongphuc .section-material .s-wrapper .coll-text {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
      .page-dongphuc .section-material .s-wrapper .coll-text {
        padding: 45px 30px 45px 0; }
        .page-dongphuc .section-material .s-wrapper .coll-text h2 {
          font-size: 32px; }
        .page-dongphuc .section-material .s-wrapper .coll-text .accordions .accordion-header {
          font-size: 18px;
          padding: 16px 56px 16px 16px; }
        .page-dongphuc .section-material .s-wrapper .coll-text .accordions .accordion-body {
          padding: 0 56px 16px 16px; } }

.page-dongphuc .section-intro {
  padding: 32px 0; }
  .page-dongphuc .section-intro .s-title {
    display: block;
    text-align: center;
    max-width: 500px;
    margin: 0 auto 32px;
    text-align: center;
    width: 100%; }
    .page-dongphuc .section-intro .s-title h4 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 12px;
      color: #374151; }
    .page-dongphuc .section-intro .s-title h2 {
      font-size: 32px;
      font-weight: 600;
      margin-bottom: 20px; }
    .page-dongphuc .section-intro .s-title p {
      color: #374151;
      margin-bottom: 0; }
  .page-dongphuc .section-intro .listing-intro {
    display: flex;
    gap: 10px;
    flex-direction: column; }
    .page-dongphuc .section-intro .listing-intro .item {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .page-dongphuc .section-intro .listing-intro .box-card {
      padding: 24px;
      display: flex;
      flex-direction: column;
      gap: 16px;
      border-radius: 2px;
      background: #fff;
      height: 100%; }
      .page-dongphuc .section-intro .listing-intro .box-card .icon {
        width: 72px;
        height: 72px; }
      .page-dongphuc .section-intro .listing-intro .box-card .detail h3 {
        font-size: 18px;
        font-weight: 600; }
      .page-dongphuc .section-intro .listing-intro .box-card .detail p {
        margin-bottom: 0;
        color: #374151; }
  @media (min-width: 992px) {
    .page-dongphuc .section-intro {
      padding: 64px 0; }
      .page-dongphuc .section-intro .listing-intro {
        flex-direction: row; }
        .page-dongphuc .section-intro .listing-intro .item {
          -ms-flex: 0 0 calc((100% - (10px*3)) / 4);
          flex: 0 0 calc((100% - (10px*3)) / 4);
          max-width: calc((100% - (10px*3)) / 4); }
        .page-dongphuc .section-intro .listing-intro .box-card {
          gap: 24px;
          padding: 40px 24px; }
          .page-dongphuc .section-intro .listing-intro .box-card .detail h3 {
            font-size: 24px; } }

.page-dongphuc .section-category .item {
  padding: 10px; }

.page-dongphuc .section-category .box-card {
  position: relative;
  overflow: hidden;
  padding: 10%;
  box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px; }
  .page-dongphuc .section-category .box-card a.box-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: none; }
  .page-dongphuc .section-category .box-card h3 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    z-index: 1;
    transition: all 0.4s;
    color: #000;
    transform: none; }
  .page-dongphuc .section-category .box-card .media {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 100%; }
    .page-dongphuc .section-category .box-card .media img {
      -o-object-fit: cover;
      object-fit: cover;
      object-position: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .page-dongphuc .section-category .box-card .text {
    position: initial;
    padding: 12px 0 0;
    width: 100%;
    text-align: center; }
  .page-dongphuc .section-category .box-card .detail {
    margin-top: 8px; }

.page-dongphuc .section-category .s-content {
  position: relative; }

.page-dongphuc .section-category .swiper-pagination span:before {
  background: rgba(0, 0, 0, 0.4); }

.page-dongphuc .section-category .swiper-pagination span.swiper-pagination-bullet-active:before {
  background: black; }

.page-dongphuc .section-category .swiper-container:not(.swiper-initialized) {
  padding-left: 16px;
  margin: 0 -16px; }
  .page-dongphuc .section-category .swiper-container:not(.swiper-initialized) .slider-category {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    gap: 10px;
    overflow-x: scroll;
    padding-left: 16px;
    margin: 0 -16px; }
    .page-dongphuc .section-category .swiper-container:not(.swiper-initialized) .slider-category::-webkit-scrollbar {
      display: none; }
    .page-dongphuc .section-category .swiper-container:not(.swiper-initialized) .slider-category .swiper-slide {
      -webkit-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  @media (min-width: 768px) {
    .page-dongphuc .section-category .swiper-container:not(.swiper-initialized) .slider-category .swiper-slide {
      -webkit-flex: 0 0 45%;
      flex: 0 0 45%;
      max-width: 45%; } }
  @media (min-width: 992px) {
    .page-dongphuc .section-category .swiper-container:not(.swiper-initialized) {
      padding-left: 0px;
      margin: 0; }
      .page-dongphuc .section-category .swiper-container:not(.swiper-initialized) .slider-category {
        flex-wrap: nowrap;
        overflow: hidden;
        padding-left: 0px;
        margin: 0; }
        .page-dongphuc .section-category .swiper-container:not(.swiper-initialized) .slider-category .swiper-slide {
          -webkit-flex: 0 0 calc((100% - (10px*3)) /4);
          flex: 0 0 calc((100% - (10px*3)) /4);
          max-width: calc((100% - (10px*3)) /4); } }

.page-dongphuc .section-gallery {
  position: relative; }
  .page-dongphuc .section-gallery .slider-gallery {
    display: flex;
    gap: 10px; }
    .page-dongphuc .section-gallery .slider-gallery .banner .aspect-ratio {
      position: relative;
      overflow: hidden;
      padding-bottom: 70%; }
      .page-dongphuc .section-gallery .slider-gallery .banner .aspect-ratio img {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        object-fit: cover;
        width: 100%;
        height: 100%; }
  .page-dongphuc .section-gallery .swiper-container:not(.swiper-initialized) .slider-gallery .swiper-slide {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%; }

@media (min-width: 992px) {
  .page-dongphuc .s-title {
    margin-bottom: 32px; }
  .page-dongphuc .tablist a {
    padding: 9.5px 20px 9.5px;
    font-size: 14px; }
  .page-dongphuc .s-content {
    padding-bottom: 24px; } }

.fix-hot {
  position: fixed;
  bottom: 10%;
  right: 10px;
  z-index: 9; }
  .fix-hot .col-inner1 {
    display: flex;
    gap: 16px;
    flex-direction: column;
    align-items: flex-end; }
    .fix-hot .col-inner1 .item {
      max-width: 100%;
      width: 48px; }
      .fix-hot .col-inner1 .item a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px; }
  .fix-hot .col-inner2 {
    padding: 10px 10px 10px 12px;
    background: #2cb773;
    border-radius: 30px 0 0 30px;
    margin-top: 16px; }
    .fix-hot .col-inner2 .btn-hoso {
      display: flex;
      gap: 10px;
      align-items: center;
      color: #fff; }
    .fix-hot .col-inner2 svg {
      width: 30px;
      height: 30px; }

/*-----------------------------------------------/
/*PAGE CONTACT*/
/*----------------------------------------------*/
.layout-pageContact .wrapbox-content-contact {
  padding: 32px 0; }

.layout-pageContact .contact-form .input-group {
  width: 100%;
  margin-bottom: 20px; }
  .layout-pageContact .contact-form .input-group input, .layout-pageContact .contact-form .input-group textarea {
    width: 100%;
    padding: 8px 20px;
    background: #fff;
    border: 1px solid #E5E7EB;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; }
  .layout-pageContact .contact-form .input-group textarea {
    width: 100%;
    height: 130px;
    padding: 20px 20px; }
  .layout-pageContact .contact-form .input-group textarea:focus {
    outline: none; }

.layout-pageContact .wrapbox-content-left {
  padding-right: 0; }

.layout-pageContact .wrapbox-contact {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; }
  .layout-pageContact .wrapbox-contact .infoList-contact {
    width: 50%; }

.layout-pageContact .box-info-contact, .layout-pageContact .box-send-contact {
  background: #fff;
  padding: 15px;
  border-radius: 3px; }
  .layout-pageContact .box-info-contact h2, .layout-pageContact .box-send-contact h2 {
    font-weight: 700;
    font-size: 22px;
    margin: 0 0 20px; }
  .layout-pageContact .box-info-contact p, .layout-pageContact .box-send-contact p {
    margin-bottom: 15px; }

.layout-pageContact .box-info-contact {
  margin-bottom: 15px; }
  .layout-pageContact .box-info-contact li {
    margin-bottom: 10px; }
  .layout-pageContact .box-info-contact li > span {
    width: 35px;
    height: 35px;
    line-height: 32px;
    border-radius: 50%;
    float: left;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 15px; }
    .layout-pageContact .box-info-contact li > span svg {
      width: 18px;
      height: 18px; }
  .layout-pageContact .box-info-contact li p {
    width: calc(100% - 35px);
    float: left;
    padding-left: 15px;
    margin-bottom: 5px;
    color: #696969;
    font-weight: 500; }
  .layout-pageContact .box-info-contact li p a {
    color: #696969; }
  .layout-pageContact .box-info-contact li p strong {
    color: #000;
    margin-bottom: 5px; }

@media (min-width: 992px) {
  .layout-pageContact .wrapbox-content-contact {
    padding: 64px 0; }
  .layout-pageContact .box-map-contact {
    height: 100%;
    border-radius: 4px;
    overflow: hidden; }
  .layout-pageContact .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; } }

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

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

/*----------------------------------------------*/
/*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: 10px 0 30px; }
    .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: 30px 0 60px; }
    .search-page .search-content .expanded-message {
      margin: 0 auto 100px; } }

/*----------------------------------------------*/
/*PAGE STORE*/
/*----------------------------------------------*/
.layout-pageStores .wrapbox-content {
  padding: 32px 0; }

.layout-pageStores .wrapbox-info {
  background: #fff;
  padding: 25px 20px 0;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.08); }
  .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 var(--skin-border-color);
  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 #666666;
  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: 64px 0; }
  .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; } }

/*----------------------------------------------*/
/* Modal */
/*----------------------------------------------*/
.modal.modal-register .modal-content .modal-header {
  border-bottom: none;
  padding: 0; }
  .modal.modal-register .modal-content .modal-header h4 {
    font-size: 0; }
  .modal.modal-register .modal-content .modal-header button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px;
    z-index: 2; }

.modal.modal-register .modal-content .modal-body {
  padding: 40px; }

.modal.modal-register .modal-content .form-line {
  display: flex;
  flex-direction: column;
  gap: 16px; }
  .modal.modal-register .modal-content .form-line h5 {
    margin-bottom: 0;
    font-weight: 700; }
  .modal.modal-register .modal-content .form-line .title {
    width: 100%; }
    .modal.modal-register .modal-content .form-line .title h4 {
      margin-bottom: 8px;
      font-size: 32px; }
    .modal.modal-register .modal-content .form-line .title p {
      color: #374151;
      font-weight: 700;
      width: 65%;
      margin: 0 auto; }
  .modal.modal-register .modal-content .form-line .text {
    width: 100%; }
    .modal.modal-register .modal-content .form-line .text h4 {
      margin-bottom: 8px;
      font-size: 24px; }
    .modal.modal-register .modal-content .form-line .text p {
      margin: 0; }
    .modal.modal-register .modal-content .form-line .text + .text {
      margin-top: 16px; }
    .modal.modal-register .modal-content .form-line .text .action {
      margin-top: 8px; }
  .modal.modal-register .modal-content .form-line .group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%; }
    .modal.modal-register .modal-content .form-line .group label {
      display: none; }
    .modal.modal-register .modal-content .form-line .group .input-group {
      flex-direction: column;
      gap: 4px; }
      .modal.modal-register .modal-content .form-line .group .input-group span {
        color: red;
        font-size: 10px; }
      .modal.modal-register .modal-content .form-line .group .input-group.full {
        width: 100%; }
      .modal.modal-register .modal-content .form-line .group .input-group.half {
        width: calc((100% - 8px) / 2); }
    .modal.modal-register .modal-content .form-line .group .select-group {
      width: 100%;
      display: flex;
      gap: 8px; }
      .modal.modal-register .modal-content .form-line .group .select-group .select-box {
        width: calc((100% - (8px*2)) / 3);
        border: 1px solid var(--skin-border-color);
        padding-right: 8px;
        background: #F9FAFB;
        border-radius: 2px; }
        .modal.modal-register .modal-content .form-line .group .select-group .select-box select {
          border: none; }
        .modal.modal-register .modal-content .form-line .group .select-group .select-box.warming {
          border: 1px solid red; }
  .modal.modal-register .modal-content .form-line + .form-line {
    margin-top: 32px; }

.modal#modalRegisterNow .modal-content .modal-body {
  padding: 12px; }

.modal#modalRegisterNow .modal-content .modal-body .form-register .form-register--left {
  padding: 16px; }

.modal#modalRegisterNow .modal-content .modal-body .form-register .form-register--right {
  padding: 16px;
  background: #F3F4F6; }

.modal#modalRegister:not(.modal-nq) .modal-content .modal-body, .modal#modalRegisterCTV .modal-content .modal-body {
  padding: 0; }

.modal#modalRegister:not(.modal-nq) .modal-content .modal-body .form-register .form-register--right, .modal#modalRegisterCTV .modal-content .modal-body .form-register .form-register--right {
  padding: 24px; }

@media (min-width: 992px) {
  .modal.modal-register:not(.modal-nq) .modal-content .modal-body .form-register {
    display: flex; }
    .modal.modal-register:not(.modal-nq) .modal-content .modal-body .form-register .form-register--left,
    .modal.modal-register:not(.modal-nq) .modal-content .modal-body .form-register .form-register--right {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  .modal#modalRegisterNow .modal-dialog {
    max-width: 840px;
    margin: auto; }
  .modal#modalRegisterNow .modal-content .modal-body {
    padding: 40px 20px 20px; }
  .modal#modalRegisterNow .modal-content .modal-body .form-register {
    align-items: center; }
    .modal#modalRegisterNow .modal-content .modal-body .form-register .form-register--left {
      padding: 0 56px 0 0; }
    .modal#modalRegisterNow .modal-content .modal-body .form-register .form-register--right {
      padding: 94px 24px; }
  .modal#modalRegister:not(.modal-nq) .modal-dialog, .modal#modalRegisterCTV .modal-dialog {
    max-width: 730px;
    margin: auto; }
  .modal#modalRegister:not(.modal-nq) .modal-content .modal-body .form-register, .modal#modalRegisterCTV .modal-content .modal-body .form-register {
    align-items: center; } }
