.heading-page {
  margin: 20px 0 50px; }
  .heading-page h1, .heading-page h2 {
    font-weight: 300;
    font-size: 64px;
    color: var(--shop-color-main);
    text-transform: uppercase;
    margin-bottom: 12px; }
  .heading-page .heading-content {
    font-size: 15px;
    max-width: 767px; }

/*Blog Project Layout Styles*/
.layout-blogs-project {
  background-color: #f9f9f9; }
  .layout-blogs-project .breadcrumb-shop {
    background-color: transparent; }
  .layout-blogs-project .blog-projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .layout-blogs-project .blog-projects-grid {
        grid-template-columns: 2fr 1fr;
        grid-auto-rows: auto; }
        .layout-blogs-project .blog-projects-grid .blog-project-item:nth-child(3n+1) {
          grid-column: 1 / 2; }
        .layout-blogs-project .blog-projects-grid .blog-project-item:nth-child(3n+2) {
          grid-column: 2 / 3; }
          .layout-blogs-project .blog-projects-grid .blog-project-item:nth-child(3n+2) .project-image {
            aspect-ratio: unset;
            padding-bottom: 113%; }
            .layout-blogs-project .blog-projects-grid .blog-project-item:nth-child(3n+2) .project-image img {
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              right: 0; }
        .layout-blogs-project .blog-projects-grid .blog-project-item:nth-child(3n+3) {
          grid-column: 1 / -1; } }
  .layout-blogs-project .blog-project-item {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease; }
    .layout-blogs-project .blog-project-item:hover .project-image img {
      transform: scale(1.05); }
    .layout-blogs-project .blog-project-item .project-image {
      position: relative;
      overflow: hidden;
      aspect-ratio: 16/9; }
      .layout-blogs-project .blog-project-item .project-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease; }
      .layout-blogs-project .blog-project-item .project-image .project-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(4, 27, 107, 0.8);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.3s ease;
        text-decoration: none; }
        .layout-blogs-project .blog-project-item .project-image .project-overlay .overlay-content {
          text-align: center;
          color: #f4f2ee; }
          .layout-blogs-project .blog-project-item .project-image .project-overlay .overlay-content .view-project {
            font-weight: 600;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 0.5px; }
    .layout-blogs-project .blog-project-item .project-info {
      padding: 16px 0 0; }
      .layout-blogs-project .blog-project-item .project-info .project-title {
        margin: 0 0 8px 0; }
        .layout-blogs-project .blog-project-item .project-info .project-title a {
          font-weight: 300;
          font-size: 28px;
          color: #041b6b;
          text-transform: uppercase;
          letter-spacing: -2.5px;
          text-decoration: none;
          line-height: 1.2;
          display: block;
          transition: color 0.3s ease; }
          .layout-blogs-project .blog-project-item .project-info .project-title a:hover {
            color: #0d2f8f; }
        @media (max-width: 767px) {
          .layout-blogs-project .blog-project-item .project-info .project-title a {
            font-size: 22px;
            letter-spacing: -1.5px; } }
      .layout-blogs-project .blog-project-item .project-info .project-location {
        margin: 0;
        font-weight: 300;
        font-size: 16px;
        color: #494949;
        letter-spacing: -0.5px;
        line-height: 1.4; }
  .layout-blogs-project .load-more-container {
    margin-top: 60px; }
    .layout-blogs-project .load-more-container .btn-load-more {
      display: inline-flex;
      align-items: center;
      gap: 10px; }
      .layout-blogs-project .load-more-container .btn-load-more.loading {
        opacity: 0.7;
        cursor: not-allowed; }
        .layout-blogs-project .load-more-container .btn-load-more.loading .load-more-icon {
          animation: spin 1s linear infinite; }
      .layout-blogs-project .load-more-container .btn-load-more .load-more-icon {
        width: 8px;
        height: 8px;
        transform: scaleY(-1) rotate(45deg);
        transition: transform 0.3s ease; }
  .layout-blogs-project .no-articles {
    text-align: center;
    padding: 60px 20px;
    color: #494949;
    font-size: 18px; }

@keyframes spin {
  0% {
    transform: scaleY(-1) rotate(0deg); }
  100% {
    transform: scaleY(-1) rotate(360deg); } }
  .layout-blogs-project [data-aos="fade-up"] {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease; }
    .layout-blogs-project [data-aos="fade-up"].aos-animate {
      opacity: 1;
      transform: translateY(0); }

/*LAYOUT BLOG*/
.layout-blogs {
  background-color: #f9f9f9; }
  .layout-blogs .breadcrumb-shop {
    background-color: transparent;
    padding-bottom: 20px; }
  .layout-blogs .heading-page {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 32px; }
  .layout-blogs .wrapper-contentBlogs {
    background-color: #fff; }
    .layout-blogs .wrapper-contentBlogs .blog-posts .blog-posts-slider {
      overflow: visible; }
      .layout-blogs .wrapper-contentBlogs .blog-posts .blog-posts-slider.swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
        flex: 0 0 calc(100%/1.2);
        max-width: calc(100%/1.2); }
        @media (min-width: 992px) {
          .layout-blogs .wrapper-contentBlogs .blog-posts .blog-posts-slider.swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
            flex: 0 0 calc(100%/1.5);
            max-width: calc(100%/1.5); } }
    .layout-blogs .wrapper-contentBlogs .blog-posts .article-loop .article-inner {
      position: relative; }
      .layout-blogs .wrapper-contentBlogs .blog-posts .article-loop .article-inner .article-image img {
        aspect-ratio: 16/9;
        width: 100%;
        height: auto;
        object-fit: cover; }
      .layout-blogs .wrapper-contentBlogs .blog-posts .article-loop .article-inner .article-detail {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(180deg, transparent 0%, #030303 100%);
        padding: 160px 32px 32px 32px; }
        .layout-blogs .wrapper-contentBlogs .blog-posts .article-loop .article-inner .article-detail .article-title h3 {
          margin: 0 0 10px; }
          .layout-blogs .wrapper-contentBlogs .blog-posts .article-loop .article-inner .article-detail .article-title h3 a {
            font-size: 32px;
            font-weight: 300;
            color: #fff;
            white-space: initial;
            overflow: hidden;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box; }
        .layout-blogs .wrapper-contentBlogs .blog-posts .article-loop .article-inner .article-detail .article-post-meta time {
          color: #fff;
          font-size: 16px;
          font-weight: 300; }
  .layout-blogs .wrapper-categoryBlogs .btn-load-more-tab {
    margin-top: 24px; }
  .layout-blogs .wrapper-categoryBlogs .categoryBlogs-header {
    margin: 0 0 32px; }
    .layout-blogs .wrapper-categoryBlogs .categoryBlogs-header .heading-page {
      margin: 0 0 24px; }
    .layout-blogs .wrapper-categoryBlogs .categoryBlogs-header .categoryBlogs-menu {
      display: flex;
      gap: 10px; }
      .layout-blogs .wrapper-categoryBlogs .categoryBlogs-header .categoryBlogs-menu li a {
        border-radius: 3px;
        background-color: #F7EFDD;
        padding: 10px 20px;
        display: block;
        font-size: 16px;
        font-weight: 400;
        color: #494949; }
        .layout-blogs .wrapper-categoryBlogs .categoryBlogs-header .categoryBlogs-menu li a.active, .layout-blogs .wrapper-categoryBlogs .categoryBlogs-header .categoryBlogs-menu li a:hover {
          background-color: #9F5D2F;
          color: #fff; }

/*LAYOUT ARTICLE*/
.layout-article {
  background-color: #f9f9f9; }
  .layout-article .breadcrumb-shop {
    background-color: transparent;
    padding-bottom: 20px; }
  @media (min-width: 992px) {
    .layout-article .wrapper-contentArticle .container-fluid {
      padding-left: 166px;
      padding-right: 166px; } }
  .layout-article .wrapper-contentArticle .inforArticle-content {
    padding: 80px 0 0; }
    .layout-article .wrapper-contentArticle .inforArticle-content .heading-article {
      margin-bottom: 32px; }
      .layout-article .wrapper-contentArticle .inforArticle-content .heading-article h1 {
        font-size: 56px;
        font-weight: 300;
        color: var(--shop-color-main);
        margin: 0 0 10px; }
      .layout-article .wrapper-contentArticle .inforArticle-content .heading-article time {
        color: #494949;
        font-size: 16px;
        font-weight: 300; }
  .layout-article .article-col-related {
    background-color: #fff; }
    .layout-article .article-col-related .heading-page {
      margin: 0 0 40px;
      display: flex;
      justify-content: space-between; }
      .layout-article .article-col-related .heading-page h2 {
        color: #000; }
      .layout-article .article-col-related .heading-page .wrap-heading-action {
        display: flex;
        align-items: center;
        gap: 50px; }
    .layout-article .article-col-related .wrap_blog_left_dmsp {
      overflow: visible; }
      .layout-article .article-col-related .wrap_blog_left_dmsp.swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
        flex: 0 0 calc(100%/2);
        max-width: calc(100%/2); }
        @media (min-width: 992px) {
          .layout-article .article-col-related .wrap_blog_left_dmsp.swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
            flex: 0 0 calc(100%/4.2);
            max-width: calc(100%/4.2); } }

.section-aboutus_collection {
  background-color: #fff; }
  .section-aboutus_collection .wrap-heading {
    display: flex;
    justify-content: space-between; }
    .section-aboutus_collection .wrap-heading h2 {
      color: #000; }
    .section-aboutus_collection .wrap-heading .wrap-heading-action {
      display: flex;
      align-items: center;
      gap: 50px; }
  .section-aboutus_collection .swiper {
    margin: -4px; }
    .section-aboutus_collection .swiper .swiper-wrapper {
      padding: 4px; }
    .section-aboutus_collection .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
      flex: 0 0 calc(100%/2);
      max-width: calc(100%/2); }
      @media (min-width: 992px) {
        .section-aboutus_collection .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
          flex: 0 0 calc(100%/4.2);
          max-width: calc(100%/4.2); } }

.article-body a {
  color: #0782c1 !important;
  text-decoration: underline; }

/* Table of Contents Article */
.table-of-contents {
  background: #f7fbf9;
  border: 1px solid #e0f1e9;
  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 {
  color: var(--shop-color-main);
  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 li::marker {
  color: var(--shop-color-main); }

.table-of-contents ul li a {
  text-decoration: none;
  color: #333; }

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

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

.table-of-contents ul li a:hover,
.table-of-contents ul li a:focus {
  color: var(--shop-color-hover); }

.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%;
  background: #f7fbf9;
  border: 1px solid #e0f1e9;
  -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: 10px 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  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%); }

/* RESPONSIVE */
@media (max-width: 991px) {
  .heading-page {
    margin: 24px 0; }
    .heading-page h1, .heading-page h2 {
      font-size: 28px; }
  .layout-blogs-project .blog-projects-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 0; }
    .layout-blogs-project .blog-projects-grid .blog-project-item:nth-child(3n+2) .project-image {
      aspect-ratio: 1; }
    .layout-blogs-project .blog-projects-grid .blog-project-item .project-info .project-title a {
      font-size: 24px; }
  .layout-blogs-project .load-more-container {
    margin-top: 32px !important; }
  /*LAYOUT BLOG*/
  .layout-blogs .breadcrumb-shop {
    padding: 12px 0; }
  .layout-blogs .wrapper-contentBlogs {
    padding-top: 24px; }
    .layout-blogs .wrapper-contentBlogs .heading-page h1 {
      margin: 0; }
    .layout-blogs .wrapper-contentBlogs .heading-page .swiper-arrow {
      margin-top: 0; }
    .layout-blogs .wrapper-contentBlogs .blog-posts .article-loop .article-inner .article-image img {
      aspect-ratio: 1; }
    .layout-blogs .wrapper-contentBlogs .blog-posts .article-loop .article-inner .article-detail {
      padding: 20px 10px 10px 10px; }
      .layout-blogs .wrapper-contentBlogs .blog-posts .article-loop .article-inner .article-detail .article-title h3 a {
        font-size: 15px; }
      .layout-blogs .wrapper-contentBlogs .blog-posts .article-loop .article-inner .article-detail .article-post-meta time {
        font-size: 12px; }
  .layout-blogs .wrapper-categoryBlogs .categoryBlogs-header {
    margin: 0 0 24px; }
    .layout-blogs .wrapper-categoryBlogs .categoryBlogs-header .categoryBlogs-menu {
      flex-wrap: nowrap;
      width: 100%;
      overflow: auto hidden;
      white-space: nowrap; }
      .layout-blogs .wrapper-categoryBlogs .categoryBlogs-header .categoryBlogs-menu li {
        flex: 0 0 35%; }
        .layout-blogs .wrapper-categoryBlogs .categoryBlogs-header .categoryBlogs-menu li a {
          font-size: 14px;
          text-align: center; }
  .section-aboutus_collection .wrap-heading {
    margin-top: 0;
    flex-direction: column;
    align-items: center;
    text-align: center; }
  /*LAYOUT ARTICLE*/
  .layout-article .breadcrumb-shop {
    padding-bottom: 0; }
  .layout-article .wrapper-contentArticle .inforArticle-content {
    padding: 24px 0 0; }
    .layout-article .wrapper-contentArticle .inforArticle-content .heading-article {
      margin-bottom: 24px; }
      .layout-article .wrapper-contentArticle .inforArticle-content .heading-article h1 {
        font-size: 24px;
        line-height: normal; }
  .layout-article .article-col-related .heading-page {
    flex-direction: column;
    margin-bottom: 24px;
    align-items: center; }
    .layout-article .article-col-related .heading-page h2 {
      margin-bottom: 24px; } }
