.archive-template.archive-blog:not(:has(> .section-category-listing)) .section-main-category {
  padding-top: 30px; }

.archive-template.archive-blog .section-category-listing {
  padding: 40px 0 30px 0;
  position: relative; }
  @media screen and (max-width: 576px) {
    .archive-template.archive-blog .section-category-listing {
      padding: 10px 0 30px 0; } }
  .archive-template.archive-blog .section-category-listing .box-main .box-category {
    text-align: center; }
    .archive-template.archive-blog .section-category-listing .box-main .box-category ul.list-category {
      list-style: none;
      padding: 7px;
      margin: 0;
      display: inline-block; }
      @media screen and (max-width: 576px) {
        .archive-template.archive-blog .section-category-listing .box-main .box-category ul.list-category {
          display: flex;
          overflow-x: auto;
          -webkit-overflow-scrolling: touch;
          scroll-behavior: smooth;
          padding: 30px 7px 7px; }
          .archive-template.archive-blog .section-category-listing .box-main .box-category ul.list-category::-webkit-scrollbar {
            display: none; }
          .archive-template.archive-blog .section-category-listing .box-main .box-category ul.list-category::after {
            content: var(--tooltip);
            position: absolute;
            top: 10px;
            right: 15px;
            background: rgba(0, 0, 0, 0.75);
            color: #fff;
            font-size: 8px;
            padding: 5px 10px;
            border-radius: 6px;
            white-space: nowrap;
            opacity: 0;
            pointer-events: none;
            transition: all 0.5s ease;
            line-height: 1; }
          .archive-template.archive-blog .section-category-listing .box-main .box-category ul.list-category.show-hint::after {
            opacity: 1; } }
      .archive-template.archive-blog .section-category-listing .box-main .box-category ul.list-category li.cate-item {
        display: inline-block;
        border: 1px solid #ffeed3;
        border-radius: 100px;
        margin: 0 10px 10px 0; }
        @media screen and (max-width: 576px) {
          .archive-template.archive-blog .section-category-listing .box-main .box-category ul.list-category li.cate-item {
            flex: 0 0 auto;
            margin-right: 10px;
            margin-bottom: 0; } }
        .archive-template.archive-blog .section-category-listing .box-main .box-category ul.list-category li.cate-item a {
          display: block;
          padding: 10px 15px;
          font-size: 14px;
          line-height: 26px;
          color: #81491e;
          font-family: 'Montserrat Semibold';
          text-decoration: none; }
          @media screen and (max-width: 576px) {
            .archive-template.archive-blog .section-category-listing .box-main .box-category ul.list-category li.cate-item a {
              padding: 8px 13px; } }
        .archive-template.archive-blog .section-category-listing .box-main .box-category ul.list-category li.cate-item.active {
          background: #ffeed3; }
          .archive-template.archive-blog .section-category-listing .box-main .box-category ul.list-category li.cate-item.active a {
            text-align: center;
            display: inline-block;
            cursor: pointer; }
.archive-template.archive-blog .section-main-category {
  padding-bottom: 30px; }
  .archive-template.archive-blog .section-main-category img {
    width: 100%;
    height: auto; }
  .archive-template.archive-blog .section-main-category .list-post-category .post-item-first {
    padding-bottom: 50px; }
    @media screen and (max-width: 1024px) {
      .archive-template.archive-blog .section-main-category .list-post-category .post-item-first {
        padding-bottom: 30px; } }
    .archive-template.archive-blog .section-main-category .list-post-category .post-item-first .post-thumbnail a {
      display: block; }
      .archive-template.archive-blog .section-main-category .list-post-category .post-item-first .post-thumbnail a img {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: top;
        aspect-ratio: 4/3;
        border-radius: 12px; }
    .archive-template.archive-blog .section-main-category .list-post-category .post-item-first .post-content {
      padding: 30px; }
      @media screen and (max-width: 1024px) {
        .archive-template.archive-blog .section-main-category .list-post-category .post-item-first .post-content {
          padding: 15px 0; } }
      .archive-template.archive-blog .section-main-category .list-post-category .post-item-first .post-content .post-title {
        font-family: 'Montserrat Bold';
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(131, 75, 31, 0.5); }
        @media screen and (max-width: 1024px) {
          .archive-template.archive-blog .section-main-category .list-post-category .post-item-first .post-content .post-title {
            margin-bottom: 15px;
            padding-bottom: 15px; } }
        .archive-template.archive-blog .section-main-category .list-post-category .post-item-first .post-content .post-title h3 {
          padding-top: 0;
          margin-bottom: 0;
          font-size: 28px;
          line-height: 36px; }
          @media screen and (max-width: 1024px) {
            .archive-template.archive-blog .section-main-category .list-post-category .post-item-first .post-content .post-title h3 {
              font-size: 24px; } }
          @media screen and (max-width: 460px) {
            .archive-template.archive-blog .section-main-category .list-post-category .post-item-first .post-content .post-title h3 {
              font-size: 18px;
              line-height: 1.4; } }
          .archive-template.archive-blog .section-main-category .list-post-category .post-item-first .post-content .post-title h3 a {
            color: #313747;
            text-decoration: none;
            display: block; }
      .archive-template.archive-blog .section-main-category .list-post-category .post-item-first .post-content .post-excerpt {
        font-size: 18px;
        line-height: 28px;
        color: #313747;
        font-family: 'Montserrat Regular';
        margin-bottom: 30px; }
        @media screen and (max-width: 1024px) {
          .archive-template.archive-blog .section-main-category .list-post-category .post-item-first .post-content .post-excerpt {
            font-size: 16px;
            margin-bottom: 15px; } }
      .archive-template.archive-blog .section-main-category .list-post-category .post-item-first .post-content button.see-details {
        border: 2px solid #81491e;
        border-radius: 50px;
        padding: 12px 30px;
        font-size: 16px;
        line-height: 24px;
        font-family: 'Montserrat Semibold';
        background: none;
        cursor: pointer;
        transition: all 0.3s ease; }
        @media screen and (max-width: 576px) {
          .archive-template.archive-blog .section-main-category .list-post-category .post-item-first .post-content button.see-details {
            padding: 8px 30px;
            font-size: 14px; } }
        .archive-template.archive-blog .section-main-category .list-post-category .post-item-first .post-content button.see-details a {
          color: #81491e;
          text-decoration: none; }
        .archive-template.archive-blog .section-main-category .list-post-category .post-item-first .post-content button.see-details:hover {
          background: #81491e; }
          .archive-template.archive-blog .section-main-category .list-post-category .post-item-first .post-content button.see-details:hover a {
            color: #fff; }
  @media screen and (max-width: 991px) {
    .archive-template.archive-blog .section-main-category .list-post-category .box-list-main-category .box-left {
      padding-bottom: 50px; } }
  .archive-template.archive-blog .section-main-category .list-post-category .box-list-main-category .box-left .list-post .col-lg-6 {
    display: flex; }
    .archive-template.archive-blog .section-main-category .list-post-category .box-list-main-category .box-left .list-post .col-lg-6 .post-item {
      display: flex;
      flex-direction: column;
      flex: 1;
      box-shadow: 0px 0px 32px 0px rgba(85, 72, 51, 0.16);
      padding: 15px;
      border-radius: 16px;
      background: #fff; }
      .archive-template.archive-blog .section-main-category .list-post-category .box-list-main-category .box-left .list-post .col-lg-6 .post-item .post-thumbnail a {
        display: block; }
        .archive-template.archive-blog .section-main-category .list-post-category .box-list-main-category .box-left .list-post .col-lg-6 .post-item .post-thumbnail a img {
          width: 100%;
          height: auto;
          object-fit: cover;
          object-position: top;
          aspect-ratio: 16/10;
          border-radius: 12px; }
      .archive-template.archive-blog .section-main-category .list-post-category .box-list-main-category .box-left .list-post .col-lg-6 .post-item .post-content {
        display: flex;
        flex-direction: column;
        flex: 1;
        padding: 20px 10px; }
        .archive-template.archive-blog .section-main-category .list-post-category .box-list-main-category .box-left .list-post .col-lg-6 .post-item .post-content .post-title {
          font-family: 'Montserrat SemiBold';
          padding-top: 0; }
          .archive-template.archive-blog .section-main-category .list-post-category .box-list-main-category .box-left .list-post .col-lg-6 .post-item .post-content .post-title h3 {
            font-size: 18px;
            line-height: 1.4;
            margin-bottom: 10px; }
            .archive-template.archive-blog .section-main-category .list-post-category .box-list-main-category .box-left .list-post .col-lg-6 .post-item .post-content .post-title h3 a {
              color: #313747;
              display: block;
              text-decoration: none; }
        .archive-template.archive-blog .section-main-category .list-post-category .box-list-main-category .box-left .list-post .col-lg-6 .post-item .post-content .post-excerpt {
          margin-top: auto;
          color: #313747;
          font-family: 'Montserrat Regular';
          font-size: 16px; }
  .archive-template.archive-blog .section-main-category .list-post-category .box-list-main-category .box-left .box-category-banner-ads a {
    display: block; }
    .archive-template.archive-blog .section-main-category .list-post-category .box-list-main-category .box-left .box-category-banner-ads a img {
      width: 100%;
      height: auto;
      border-radius: 12px; }
  .archive-template.archive-blog .section-main-category .list-post-category .box-list-main-category .box-left .box-customer-feedback {
    padding-top: 50px; }
    .archive-template.archive-blog .section-main-category .list-post-category .box-list-main-category .box-left .box-customer-feedback .box-customer-title {
      text-align: center;
      max-width: 650px;
      margin: 0 auto 30px auto; }
      .archive-template.archive-blog .section-main-category .list-post-category .box-list-main-category .box-left .box-customer-feedback .box-customer-title h2 {
        font-family: 'Montserrat Bold';
        color: #012f86;
        line-height: 48px;
        margin-bottom: 0;
        padding-top: 0; }
        @media screen and (max-width: 1024px) {
          .archive-template.archive-blog .section-main-category .list-post-category .box-list-main-category .box-left .box-customer-feedback .box-customer-title h2 {
            line-height: 32px; } }
    .archive-template.archive-blog .section-main-category .list-post-category .box-list-main-category .box-left .box-customer-feedback .box-customer-video {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px; }
      @media screen and (max-width: 991px) {
        .archive-template.archive-blog .section-main-category .list-post-category .box-list-main-category .box-left .box-customer-feedback .box-customer-video {
          grid-template-columns: repeat(2, 1fr);
          gap: 15px; } }
      .archive-template.archive-blog .section-main-category .list-post-category .box-list-main-category .box-left .box-customer-feedback .box-customer-video .customer-video-item .video-wrapper {
        position: relative; }
        .archive-template.archive-blog .section-main-category .list-post-category .box-list-main-category .box-left .box-customer-feedback .box-customer-video .customer-video-item .video-wrapper img {
          width: 100%;
          height: auto;
          border-radius: 4px; }
        .archive-template.archive-blog .section-main-category .list-post-category .box-list-main-category .box-left .box-customer-feedback .box-customer-video .customer-video-item .video-wrapper .video-open-popup {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          cursor: pointer;
          width: 100%;
          height: 100%; }
          @media screen and (max-width: 576px) {
            .archive-template.archive-blog .section-main-category .list-post-category .box-list-main-category .box-left .box-customer-feedback .box-customer-video .customer-video-item .video-wrapper .video-open-popup .btn-play img {
              width: 34px;
              height: auto; } }
  .archive-template.archive-blog .section-main-category .list-post-category .box-list-main-category .panigation-main {
    margin: 30px 0 !important; }
  .archive-template.archive-blog .section-main-category .list-post-category .box-list-main-category #secondary .box-sidebar .box-sidebar-widget.blog-popular {
    margin-bottom: 20px; }

/*# sourceMappingURL=archive-blog.css.map */
