@charset "UTF-8";
.home-slider a {
  display: block; }

.home-slider .slick-dots {
  bottom: 10px; }

.home-four-banner {
  padding: 30px 0;
  padding-bottom: 0; }
  @media (max-width: 767px) {
    .home-four-banner {
      padding: 15px 0; } }
  .home-four-banner .home-four-banner-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .home-four-banner .home-four-banner-main {
        margin-left: -5px;
        margin-right: -5px; } }
    @media (min-width: 767px) {
      .home-four-banner .home-four-banner-main {
        margin-left: -10px;
        margin-right: -10px; } }
    @media (max-width: 767px) {
      .home-four-banner .home-four-banner-main .slick-dots {
        bottom: -25px; } }
    .home-four-banner .home-four-banner-main .home-four-banner-main-item {
      width: calc(100%/4); }
      @media (max-width: 767px) {
        .home-four-banner .home-four-banner-main .home-four-banner-main-item {
          padding-left: 5px;
          padding-right: 5px; } }
      @media (min-width: 767px) {
        .home-four-banner .home-four-banner-main .home-four-banner-main-item {
          padding-left: 10px;
          padding-right: 10px; } }
      @media (max-width: 1024px) {
        .home-four-banner .home-four-banner-main .home-four-banner-main-item {
          width: 50%;
          margin-bottom: 10px; } }
      @media (max-width: 767px) {
        .home-four-banner .home-four-banner-main .home-four-banner-main-item {
          margin-bottom: 0; } }
      .home-four-banner .home-four-banner-main .home-four-banner-main-item a {
        display: block;
        overflow: hidden;
        position: relative; }
        .home-four-banner .home-four-banner-main .home-four-banner-main-item a:hover img {
          transform: scale(1.1); }
        .home-four-banner .home-four-banner-main .home-four-banner-main-item a img {
          transition: all .4s; }

.home-blog {
  padding: 30px 0; }
  @media (max-width: 767px) {
    .home-blog {
      padding: 15px 0; } }
  .home-blog .home-blog-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .home-blog .home-blog-wrap {
        margin-left: -5px;
        margin-right: -5px; } }
    @media (min-width: 767px) {
      .home-blog .home-blog-wrap {
        margin-left: -10px;
        margin-right: -10px; } }
    .home-blog .home-blog-wrap .home-blog-left {
      width: 50%; }
      @media (max-width: 767px) {
        .home-blog .home-blog-wrap .home-blog-left {
          padding-left: 5px;
          padding-right: 5px; } }
      @media (min-width: 767px) {
        .home-blog .home-blog-wrap .home-blog-left {
          padding-left: 10px;
          padding-right: 10px; } }
      @media (max-width: 991px) {
        .home-blog .home-blog-wrap .home-blog-left {
          width: 100%; } }
      .home-blog .home-blog-wrap .home-blog-left .section-title-all h2 {
        margin-top: 0; }
      @media (max-width: 767px) {
        .home-blog .home-blog-wrap .home-blog-left .home-blog-data {
          margin-left: -5px;
          margin-right: -5px; } }
      @media (min-width: 767px) {
        .home-blog .home-blog-wrap .home-blog-left .home-blog-data {
          margin-left: -10px;
          margin-right: -10px; } }
    .home-blog .home-blog-wrap .home-blog-right {
      width: 50%; }
      @media (max-width: 767px) {
        .home-blog .home-blog-wrap .home-blog-right {
          padding-left: 5px;
          padding-right: 5px; } }
      @media (min-width: 767px) {
        .home-blog .home-blog-wrap .home-blog-right {
          padding-left: 10px;
          padding-right: 10px; } }
      @media (min-width: 991px) {
        .home-blog .home-blog-wrap .home-blog-right {
          padding-left: 60px !important; } }
      @media (max-width: 991px) {
        .home-blog .home-blog-wrap .home-blog-right {
          width: 100%;
          padding-left: 0; } }
      @media (max-width: 767px) {
        .home-blog .home-blog-wrap .home-blog-right .home-blog-data {
          margin-left: -5px;
          margin-right: -5px; } }
      @media (min-width: 767px) {
        .home-blog .home-blog-wrap .home-blog-right .home-blog-data {
          margin-left: -10px;
          margin-right: -10px; } }

.home-fsale {
  padding: 30px 0; }
  @media (max-width: 767px) {
    .home-fsale {
      padding: 15px 0; } }
  .home-fsale .home-fsale-wrap .home-fsale-cta {
    margin-left: auto;
    padding: 5px;
    width: 150px;
    display: block;
    max-width: 100%;
    color: var(--color_main2);
    border: 1px solid var(--color_main);
    font-size: 13px;
    position: relative;
    text-align: center;
    line-height: 1.5;
    z-index: 1; }
    .home-fsale .home-fsale-wrap .home-fsale-cta:after {
      content: "";
      display: block;
      width: 0;
      height: 100%;
      background-color: var(--color_main);
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      transition: 0.5s ease;
      z-index: -1; }
    .home-fsale .home-fsale-wrap .home-fsale-cta:hover {
      color: #ffffff; }
      .home-fsale .home-fsale-wrap .home-fsale-cta:hover:after {
        width: 100%; }
    @media (max-width: 991px) {
      .home-fsale .home-fsale-wrap .home-fsale-cta {
        width: 100%;
        text-align: center;
        margin-top: 5px; } }
  .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
    padding: 10px 0;
    align-items: center; }
    .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item.active {
      display: flex; }
    @media (max-width: 991px) {
      .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item {
        align-items: center; } }
    .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item img {
      max-width: 170px; }
      @media (max-width: 480px) {
        .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item img {
          max-width: 120px; } }
      @media (max-width: 360px) {
        .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item img {
          max-width: 110px; } }
    .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item label {
      margin-left: 15px;
      margin-bottom: 0; }
      @media (max-width: 991px) {
        .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item label {
          margin-left: 10px; } }
      @media (max-width: 360px) {
        .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item label {
          margin-left: 5px; } }
    .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item .home-fsale-head-item-countdown {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      margin-left: 20px; }
      @media (max-width: 991px) {
        .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item .home-fsale-head-item-countdown {
          margin-left: 10px; } }
      @media (max-width: 360px) {
        .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item .home-fsale-head-item-countdown {
          margin-left: 5px; } }
      .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item .home-fsale-head-item-countdown span b {
        display: flex;
        align-items: center;
        padding: 1px 3px;
        height: 20px;
        line-height: 20px;
        border-radius: 2px;
        font-size: 19px;
        font-weight: 400;
        color: #FFF;
        background: #333;
        margin-right: 5px;
        min-width: 32.5px;
        text-align: center;
        justify-content: center; }
        @media (max-width: 991px) {
          .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item .home-fsale-head-item-countdown span b {
            font-size: 17px;
            min-width: 30px; } }
        @media (max-width: 360px) {
          .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item .home-fsale-head-item-countdown span b {
            font-size: 15px;
            min-width: 27.5px; } }
      .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item .home-fsale-head-item-countdown span strong {
        display: none; }
  .home-fsale .home-fsale-wrap .home-fsale-banner .home-fsale-banner-item {
    position: relative;
    display: none; }
    .home-fsale .home-fsale-wrap .home-fsale-banner .home-fsale-banner-item.active {
      display: block; }
  .home-fsale .home-fsale-wrap .home-fsale-tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: var(--color_main2); }
    @media (max-width: 991px) {
      .home-fsale .home-fsale-wrap .home-fsale-tab {
        flex-wrap: nowrap;
        overflow: auto hidden;
        justify-content: flex-start; } }
    .home-fsale .home-fsale-wrap .home-fsale-tab .home-fsale-tab-item {
      flex: 1;
      background: var(--color_main2);
      color: #c3c3c3;
      padding: 20px 0 5px;
      text-align: center;
      cursor: pointer;
      white-space: nowrap;
      min-width: 200px;
      transition: all .5s linear; }
      @media (max-width: 1200px) {
        .home-fsale .home-fsale-wrap .home-fsale-tab .home-fsale-tab-item {
          min-width: 185px; } }
      @media (max-width: 1024px) {
        .home-fsale .home-fsale-wrap .home-fsale-tab .home-fsale-tab-item {
          min-width: 170px; } }
      @media (max-width: 991px) {
        .home-fsale .home-fsale-wrap .home-fsale-tab .home-fsale-tab-item {
          min-width: 155px; } }
      @media (max-width: 767px) {
        .home-fsale .home-fsale-wrap .home-fsale-tab .home-fsale-tab-item {
          min-width: 140px; } }
      @media (max-width: 480px) {
        .home-fsale .home-fsale-wrap .home-fsale-tab .home-fsale-tab-item {
          min-width: 125px; } }
      @media (max-width: 360px) {
        .home-fsale .home-fsale-wrap .home-fsale-tab .home-fsale-tab-item {
          min-width: 110px; } }
      .home-fsale .home-fsale-wrap .home-fsale-tab .home-fsale-tab-item.active {
        color: var(--color_main); }
      .home-fsale .home-fsale-wrap .home-fsale-tab .home-fsale-tab-item strong {
        font-size: 1.75rem;
        display: block;
        line-height: 1;
        margin-bottom: 2.5px; }
      .home-fsale .home-fsale-wrap .home-fsale-tab .home-fsale-tab-item span {
        font-size: 1rem;
        line-height: 1; }
  .home-fsale .home-fsale-wrap .home-fsale-body {
    background: linear-gradient(to bottom, var(--color_main2), transparent);
    padding: 20px 10px 0; }
    .home-fsale .home-fsale-wrap .home-fsale-body .home-fsale-body-item {
      display: none; }
      .home-fsale .home-fsale-wrap .home-fsale-body .home-fsale-body-item.active {
        display: block; }
      .home-fsale .home-fsale-wrap .home-fsale-body .home-fsale-body-item .home-fsale-body-item-data:not(.slick-slider) {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start; }
        .home-fsale .home-fsale-wrap .home-fsale-body .home-fsale-body-item .home-fsale-body-item-data:not(.slick-slider) .product-item {
          width: calc(100%/4);
          margin-bottom: 20px; }
          @media (max-width: 991px) {
            .home-fsale .home-fsale-wrap .home-fsale-body .home-fsale-body-item .home-fsale-body-item-data:not(.slick-slider) .product-item {
              width: calc(100%/2);
              margin-bottom: 10px; } }
      .home-fsale .home-fsale-wrap .home-fsale-body .home-fsale-body-item .home-fsale-body-item-data.slick-slider {
        padding-bottom: 25px; }
        .home-fsale .home-fsale-wrap .home-fsale-body .home-fsale-body-item .home-fsale-body-item-data.slick-slider .slick-dots {
          bottom: 15px; }

.home-six-banner {
  padding: 30px 0;
  padding-top: 0; }
  @media (max-width: 767px) {
    .home-six-banner {
      padding: 15px 0; } }
  .home-six-banner .home-six-banner-head {
    text-align: center; }
  .home-six-banner .home-six-banner-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .home-six-banner .home-six-banner-body {
        margin-left: -5px;
        margin-right: -5px; } }
    @media (min-width: 767px) {
      .home-six-banner .home-six-banner-body {
        margin-left: -10px;
        margin-right: -10px; } }
    @media (max-width: 767px) {
      .home-six-banner .home-six-banner-body {
        display: block;
        margin: 0;
        padding-bottom: 10px;
        margin-bottom: 5px; } }
    .home-six-banner .home-six-banner-body .home-six-banner-body-main {
      width: 50%;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start; }
      @media (max-width: 767px) {
        .home-six-banner .home-six-banner-body .home-six-banner-body-main {
          background: #DbDbDb;
          padding: 5px; } }
      .home-six-banner .home-six-banner-body .home-six-banner-body-main.home-six-banner-body-main-left .home-six-banner-item:first-child span {
        top: initial;
        bottom: 20px; }
        @media (max-width: 480px) {
          .home-six-banner .home-six-banner-body .home-six-banner-body-main.home-six-banner-body-main-left .home-six-banner-item:first-child span {
            bottom: 10px; } }
      .home-six-banner .home-six-banner-body .home-six-banner-body-main.home-six-banner-body-main-left .home-six-banner-item:last-child {
        width: 100%; }
        .home-six-banner .home-six-banner-body .home-six-banner-body-main.home-six-banner-body-main-left .home-six-banner-item:last-child span {
          top: initial;
          bottom: 20px;
          left: 20px;
          transform: none; }
          @media (max-width: 480px) {
            .home-six-banner .home-six-banner-body .home-six-banner-body-main.home-six-banner-body-main-left .home-six-banner-item:last-child span {
              bottom: 10px;
              left: 10px; } }
      .home-six-banner .home-six-banner-body .home-six-banner-body-main.home-six-banner-body-main-right .home-six-banner-item:first-child {
        width: 100%; }
        .home-six-banner .home-six-banner-body .home-six-banner-body-main.home-six-banner-body-main-right .home-six-banner-item:first-child span {
          top: initial;
          bottom: 20px;
          left: 20px;
          transform: none; }
          @media (max-width: 480px) {
            .home-six-banner .home-six-banner-body .home-six-banner-body-main.home-six-banner-body-main-right .home-six-banner-item:first-child span {
              bottom: 10px;
              left: 10px; } }
      .home-six-banner .home-six-banner-body .home-six-banner-body-main.home-six-banner-body-main-right .home-six-banner-item:last-child span {
        top: initial;
        bottom: 20px; }
        @media (max-width: 480px) {
          .home-six-banner .home-six-banner-body .home-six-banner-body-main.home-six-banner-body-main-right .home-six-banner-item:last-child span {
            bottom: 10px; } }
      .home-six-banner .home-six-banner-body .home-six-banner-body-main .home-six-banner-item {
        display: block;
        padding: 15px;
        width: 50%; }
        @media (max-width: 767px) {
          .home-six-banner .home-six-banner-body .home-six-banner-body-main .home-six-banner-item {
            padding: 0; } }
        .home-six-banner .home-six-banner-body .home-six-banner-body-main .home-six-banner-item:hover img {
          transform: scale(1.05); }
        .home-six-banner .home-six-banner-body .home-six-banner-body-main .home-six-banner-item a {
          position: relative;
          display: block;
          overflow: hidden;
          border: 10px solid #DbDbDb; }
          .home-six-banner .home-six-banner-body .home-six-banner-body-main .home-six-banner-item a span {
            position: absolute;
            top: 20px;
            left: 50%;
            transform: translateX(-50%);
            font-weight: bold;
            font-size: 1.25rem;
            text-transform: uppercase;
            transition: all 1s linear;
            line-height: 1;
            white-space: nowrap; }
            @media (max-width: 480px) {
              .home-six-banner .home-six-banner-body .home-six-banner-body-main .home-six-banner-item a span {
                top: 10px; } }
            @media (max-width: 360px) {
              .home-six-banner .home-six-banner-body .home-six-banner-body-main .home-six-banner-item a span {
                font-size: 1.1rem; } }
          .home-six-banner .home-six-banner-body .home-six-banner-body-main .home-six-banner-item a img.lazyloaded {
            width: 100%;
            transition: transform 1s linear; }

.home-product-pos {
  position: relative;
  max-width: 1920px;
  margin: 0 auto; }
  .home-product-pos .home-product-pos-item {
    position: absolute;
    z-index: 10;
    cursor: pointer; }
    @media (max-width: 991px) {
      .home-product-pos .home-product-pos-item.left {
        z-index: 100; }
        .home-product-pos .home-product-pos-item.left .home-product-pos-item-dots {
          display: none; } }
    .home-product-pos .home-product-pos-item.left .home-product-pos-item-contents {
      opacity: 1;
      visibility: visible;
      left: 50px;
      min-width: 160px; }
      .home-product-pos .home-product-pos-item.left .home-product-pos-item-contents:after {
        border-color: transparent #FFF transparent transparent;
        left: -20px; }
    @media (max-width: 991px) {
      .home-product-pos .home-product-pos-item.right {
        z-index: 100; }
        .home-product-pos .home-product-pos-item.right .home-product-pos-item-dots {
          display: none; } }
    .home-product-pos .home-product-pos-item.right .home-product-pos-item-contents {
      opacity: 1;
      visibility: visible;
      right: 50px;
      min-width: 160px; }
      @media (max-width: 991px) {
        .home-product-pos .home-product-pos-item.right .home-product-pos-item-contents {
          right: unset; } }
      .home-product-pos .home-product-pos-item.right .home-product-pos-item-contents:after {
        border-color: transparent transparent transparent #FFF;
        right: -20px; }
    .home-product-pos .home-product-pos-item .home-product-pos-item-dots {
      width: 20px;
      height: 20px;
      background: #FFF;
      display: block;
      border-radius: 999px;
      position: relative;
      border: 7.5px solid var(--color_main); }
      .home-product-pos .home-product-pos-item .home-product-pos-item-dots::selection {
        background: transparent; }

@keyframes cusBigger {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.5); }
  100% {
    transform: scale(1); } }

@-webkit-keyframes cusBigger {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.5); }
  100% {
    transform: scale(1); } }
      @media (max-width: 480px) {
        .home-product-pos .home-product-pos-item .home-product-pos-item-dots {
          width: 22.5px;
          height: 22.5px; } }
      .home-product-pos .home-product-pos-item .home-product-pos-item-dots:after {
        content: '';
        position: absolute;
        background: rgba(255, 255, 255, 0.5);
        top: -12px;
        left: -12px;
        width: 30px;
        height: 30px;
        border-radius: 999px;
        animation: cusBigger 1.5s ease-out infinite;
        z-index: -1; }
        @media (max-width: 480px) {
          .home-product-pos .home-product-pos-item .home-product-pos-item-dots:after {
            width: 25px;
            height: 25px;
            top: -8px;
            left: -8.5px; } }
    .home-product-pos .home-product-pos-item .home-product-pos-item-contents {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: #fff;
      z-index: 10;
      min-width: 0;
      padding: 10px;
      box-shadow: 0 0 1.5px rgba(0, 0, 0, 0.5);
      opacity: 0;
      visibility: hidden;
      transition: opacity .5s ease-in; }
      @media (max-width: 991px) {
        .home-product-pos .home-product-pos-item .home-product-pos-item-contents {
          transform: translate(-50%, -50%);
          position: fixed;
          left: 50% !important; } }
      .home-product-pos .home-product-pos-item .home-product-pos-item-contents *::selection {
        background: transparent; }
      .home-product-pos .home-product-pos-item .home-product-pos-item-contents:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 10px;
        top: 50%;
        transform: translateY(-50%); }
        @media (max-width: 991px) {
          .home-product-pos .home-product-pos-item .home-product-pos-item-contents:after {
            display: none; } }
      .home-product-pos .home-product-pos-item .home-product-pos-item-contents a {
        display: block;
        margin-top: 5px; }
        .home-product-pos .home-product-pos-item .home-product-pos-item-contents a p {
          font-weight: 600;
          margin: 0;
          margin-bottom: 0;
          font-size: 1rem;
          line-height: 1.25; }
          .home-product-pos .home-product-pos-item .home-product-pos-item-contents a p small {
            font-weight: normal;
            color: #aaa; }
          .home-product-pos .home-product-pos-item .home-product-pos-item-contents a p i {
            display: none !important; }
        .home-product-pos .home-product-pos-item .home-product-pos-item-contents a span {
          font-weight: bold;
          font-size: .85rem;
          color: #F30; }

.home-insta {
  padding: 30px 0; }
  @media (max-width: 767px) {
    .home-insta {
      padding: 15px 0; } }
  .home-insta .home-insta-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch; }
    .home-insta .home-insta-body .home-insta-body-left {
      width: 35%;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start;
      gap: 15px;
      align-content: flex-start; }
      @media (max-width: 991px) {
        .home-insta .home-insta-body .home-insta-body-left {
          order: 2;
          width: 100%;
          margin-bottom: 15px;
          justify-content: space-between;
          padding-right: 0; } }
    .home-insta .home-insta-body .home-insta-body-center {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start;
      align-content: center;
      text-align: center;
      width: 30%;
      padding: 15px;
      background: #eff3f2;
      margin: 0; }
      .home-insta .home-insta-body .home-insta-body-center figture {
        width: 100%;
        margin: 0 0 25px; }
        .home-insta .home-insta-body .home-insta-body-center figture img {
          max-width: 50px; }
      @media (max-width: 991px) {
        .home-insta .home-insta-body .home-insta-body-center {
          order: 1;
          width: 100%;
          margin-bottom: 15px; } }
    .home-insta .home-insta-body .home-insta-body-right {
      width: 35%;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      align-items: flex-end;
      gap: 15px;
      align-content: flex-start; }
      @media (max-width: 991px) {
        .home-insta .home-insta-body .home-insta-body-right {
          order: 3;
          width: 100%;
          justify-content: space-between;
          padding-left: 0; } }
    .home-insta .home-insta-body .home-insta-body-item {
      width: calc(50% - 15px);
      overflow: hidden; }
      @media (max-width: 991px) {
        .home-insta .home-insta-body .home-insta-body-item {
          width: calc((100%/3) - 10px); } }
      .home-insta .home-insta-body .home-insta-body-item img {
        transition: all .4s; }
        .home-insta .home-insta-body .home-insta-body-item img:hover {
          filter: brightness(0.5);
          transform: scale(1.1); }

.home-product-tab {
  padding: 30px 0;
  padding-bottom: 0; }
  @media (max-width: 767px) {
    .home-product-tab {
      padding: 15px 0; } }
  .home-product-tab .home-product-tab-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch; }
    .home-product-tab .home-product-tab-head .home-product-tab-head-left {
      width: 30%; }
      @media (max-width: 991px) {
        .home-product-tab .home-product-tab-head .home-product-tab-head-left {
          width: 100%; } }
      @media (max-width: 991px) {
        .home-product-tab .home-product-tab-head .home-product-tab-head-left ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: flex-start;
          align-items: flex-start; } }
      .home-product-tab .home-product-tab-head .home-product-tab-head-left ul li {
        /* =========================
					   TAB ACTIVE
					   - Đổi màu nền tab đang chọn ở đây
					   - Nếu muốn đổi sang xanh rêu, be, nâu...
					   ========================= */ }
        @media (max-width: 991px) {
          .home-product-tab .home-product-tab-head .home-product-tab-head-left ul li {
            margin-bottom: 0 !important;
            width: 50%; }
            .home-product-tab .home-product-tab-head .home-product-tab-head-left ul li:first-child {
              width: 100%; }
              .home-product-tab .home-product-tab-head .home-product-tab-head-left ul li:first-child a {
                gap: 15px; } }
      @media (max-width: 991px) and (max-width: 991px) {
        .home-product-tab .home-product-tab-head .home-product-tab-head-left ul li:first-child a strong {
          width: auto;
          padding-left: 0; } }
        .home-product-tab .home-product-tab-head .home-product-tab-head-left ul li:not(:last-child) {
          margin-bottom: 10px; }
        .home-product-tab .home-product-tab-head .home-product-tab-head-left ul li.active a {
          background: var(--color_main2);
          /* <- ĐỔI MÀU NỀN ACTIVE Ở ĐÂY */ }
          .home-product-tab .home-product-tab-head .home-product-tab-head-left ul li.active a strong,
          .home-product-tab .home-product-tab-head .home-product-tab-head-left ul li.active a span {
            color: #fff; }
          .home-product-tab .home-product-tab-head .home-product-tab-head-left ul li.active a img {
            filter: brightness(0) invert(1);
            /* <- icon active màu trắng */ }
        .home-product-tab .home-product-tab-head .home-product-tab-head-left ul li a {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center;
          padding: 6px 10px;
          background: #F4F4F4;
          color: #3f5e4b;
          /* <- ĐỔI MÀU CHỮ CHÍNH TAB THƯỜNG Ở ĐÂY */
          transition: all .3s ease; }
          .home-product-tab .home-product-tab-head .home-product-tab-head-left ul li a:hover {
            color: #3f5e4b;
            /* <- ĐỔI MÀU CHỮ KHI HOVER Ở ĐÂY */ }
          .home-product-tab .home-product-tab-head .home-product-tab-head-left ul li a img {
            width: 50px;
            max-width: 48px;
            transition: all .5s;
            /* ==========================================
							   ICON TAB THƯỜNG
							   - Filter này đang ra màu xanh rêu gần #3f5e4b
							   - Nếu sau này đổi màu icon, sửa ngay tại đây
							   ========================================== */
            filter: brightness(0) saturate(100%) invert(31%) sepia(17%) saturate(664%) hue-rotate(96deg) brightness(92%) contrast(87%); }
            @media (max-width: 360px) {
              .home-product-tab .home-product-tab-head .home-product-tab-head-left ul li a img {
                max-width: 35px; } }
          .home-product-tab .home-product-tab-head .home-product-tab-head-left ul li a strong {
            display: block;
            width: calc(100% - 50px);
            padding-left: 15px;
            color: #3f5e4b;
            /* <- ĐỔI MÀU TÊN DANH MỤC Ở ĐÂY */
            transition: all .5s; }
            @media (max-width: 360px) {
              .home-product-tab .home-product-tab-head .home-product-tab-head-left ul li a strong {
                font-size: .85rem;
                width: calc(100% - 37px); } }
            .home-product-tab .home-product-tab-head .home-product-tab-head-left ul li a strong span {
              display: block;
              margin-top: 5px;
              font-weight: normal;
              color: #555555;
              /* <- ĐỔI MÀU DÒNG PRODUCT TAB HOMEPAGE Ở ĐÂY */
              transition: all .5s; }
              @media (max-width: 360px) {
                .home-product-tab .home-product-tab-head .home-product-tab-head-left ul li a strong span {
                  font-size: .75rem; } }
    .home-product-tab .home-product-tab-head .home-product-tab-head-right {
      width: 70%;
      padding-left: 10px; }
      @media (max-width: 991px) {
        .home-product-tab .home-product-tab-head .home-product-tab-head-right {
          width: 100%;
          padding-left: 0; } }
      .home-product-tab .home-product-tab-head .home-product-tab-head-right a {
        display: block;
        opacity: 0;
        visibility: hidden;
        height: 0;
        overflow: hidden; }
        .home-product-tab .home-product-tab-head .home-product-tab-head-right a.active {
          opacity: 1;
          visibility: visible;
          height: 100%; }
          .home-product-tab .home-product-tab-head .home-product-tab-head-right a.active img.loaded {
            transform: none;
            position: relative; }
        .home-product-tab .home-product-tab-head .home-product-tab-head-right a img {
          object-fit: cover;
          height: 100%;
          transition: transform 2s;
          transform: scale(1.1); }
  .home-product-tab .home-product-tab-body {
    margin: 10px 0 0; }
    .home-product-tab .home-product-tab-body .home-product-tab-body-item {
      display: none; }
      .home-product-tab .home-product-tab-body .home-product-tab-body-item.active {
        display: block; }
      @media (max-width: 767px) {
        .home-product-tab .home-product-tab-body .home-product-tab-body-item .home-product-tab-body-item-data {
          margin-left: -5px;
          margin-right: -5px; } }
      @media (min-width: 767px) {
        .home-product-tab .home-product-tab-body .home-product-tab-body-item .home-product-tab-body-item-data {
          margin-left: -10px;
          margin-right: -10px; } }

.home-store {
  padding: 30px 0; }
  @media (max-width: 767px) {
    .home-store {
      padding: 15px 0; } }
  .home-store .home-store-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch; }
    .home-store .home-store-wrap .home-store-wrap-left {
      width: 40%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      align-content: center;
      text-align: center;
      padding: 0 10%; }
      @media (max-width: 991px) {
        .home-store .home-store-wrap .home-store-wrap-left {
          width: 100%;
          padding: 0 15px; } }
      .home-store .home-store-wrap .home-store-wrap-left a {
        margin-top: 25px; }
        @media (max-width: 1200px) {
          .home-store .home-store-wrap .home-store-wrap-left a {
            margin-top: 22.5px; } }
        @media (max-width: 1024px) {
          .home-store .home-store-wrap .home-store-wrap-left a {
            margin-top: 20.0px; } }
        @media (max-width: 991px) {
          .home-store .home-store-wrap .home-store-wrap-left a {
            margin-top: 17.5px; } }
        @media (max-width: 767px) {
          .home-store .home-store-wrap .home-store-wrap-left a {
            margin-top: 15.0px; } }
        @media (max-width: 480px) {
          .home-store .home-store-wrap .home-store-wrap-left a {
            margin-top: 12.5px; } }
        @media (max-width: 360px) {
          .home-store .home-store-wrap .home-store-wrap-left a {
            margin-top: 10.0px; } }
    .home-store .home-store-wrap .home-store-wrap-right {
      width: 60%;
      position: relative; }
      @media (max-width: 991px) {
        .home-store .home-store-wrap .home-store-wrap-right {
          width: 100%;
          margin-bottom: 30px; } }
      .home-store .home-store-wrap .home-store-wrap-right:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 125px;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white); }
        @media (max-width: 991px) {
          .home-store .home-store-wrap .home-store-wrap-right:before {
            bottom: -1px; } }
      .home-store .home-store-wrap .home-store-wrap-right:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 250px;
        height: 100%;
        background-image: linear-gradient(to left, rgba(255, 255, 255, 0), white); }
        @media (max-width: 991px) {
          .home-store .home-store-wrap .home-store-wrap-right:after {
            display: none; } }

.home-policy {
  padding: 30px 0; }
  @media (max-width: 767px) {
    .home-policy {
      padding: 15px 0; } }
  .home-policy .home-policy-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .home-policy .home-policy-wrap {
        margin-left: -5px;
        margin-right: -5px; } }
    @media (min-width: 767px) {
      .home-policy .home-policy-wrap {
        margin-left: -10px;
        margin-right: -10px; } }
    .home-policy .home-policy-wrap li {
      text-align: center;
      width: calc(100%/4); }
      @media (max-width: 767px) {
        .home-policy .home-policy-wrap li {
          padding-left: 5px;
          padding-right: 5px; } }
      @media (min-width: 767px) {
        .home-policy .home-policy-wrap li {
          padding-left: 10px;
          padding-right: 10px; } }
      @media (max-width: 767px) {
        .home-policy .home-policy-wrap li {
          width: calc(100%/2); } }
      .home-policy .home-policy-wrap li img {
        max-width: 45px;
        margin-bottom: 10px; }
      .home-policy .home-policy-wrap li strong, .home-policy .home-policy-wrap li span, .home-policy .home-policy-wrap li a {
        display: block;
        margin: 5px 0; }
      .home-policy .home-policy-wrap li a:hover {
        background-image: linear-gradient(to right, #832707 10%, #ff5c22 20%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .home-policy .home-policy-wrap li span {
        font-size: .85rem;
        color: #666666; }

.home-product-grid {
  padding: 30px 0;
  padding-bottom: 0; }
  @media (max-width: 767px) {
    .home-product-grid {
      padding: 15px 0; } }
  .home-product-grid .home-product-grid-head {
    text-align: center;
    margin-bottom: 30px; }
  .home-product-grid .home-product-grid-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .home-product-grid .home-product-grid-body {
        margin-left: -5px;
        margin-right: -5px; } }
    @media (min-width: 767px) {
      .home-product-grid .home-product-grid-body {
        margin-left: -10px;
        margin-right: -10px; } }
    .home-product-grid .home-product-grid-body .product-item {
      width: calc(100%/4); }
      @media (max-width: 767px) {
        .home-product-grid .home-product-grid-body .product-item {
          padding-left: 5px;
          padding-right: 5px; } }
      @media (min-width: 767px) {
        .home-product-grid .home-product-grid-body .product-item {
          padding-left: 10px;
          padding-right: 10px; } }
      @media (min-width: 768px) and (max-width: 992px) {
        .home-product-grid .home-product-grid-body .product-item {
          width: calc(100%/3); } }
      @media (max-width: 767px) {
        .home-product-grid .home-product-grid-body .product-item {
          width: calc(100%/2); } }

.home-seo-intro-wrap {
  padding: 10px 0 8px;
  background: #fff;
  text-align: center; }

.home-seo-intro {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 12px;
  font-size: 14px;
  line-height: 1.7;
  color: #8c8c8c; }

@media (max-width: 767px) {
  .home-seo-intro-wrap {
    padding: 8px 0 6px; }
  .home-seo-intro {
    font-size: 13px;
    line-height: 1.6;
    padding: 0 10px; } }

/* ===== Ổn định layout cho product-item ===== */
.home-product-grid .product-item,
.home-product-tab .product-item {
  height: 100%; }

.home-product-grid .product-item-wrap,
.home-product-tab .product-item-wrap {
  height: 100%;
  display: flex;
  flex-direction: column; }

.home-product-grid .product-item-image,
.home-product-tab .product-item-image {
  position: relative;
  overflow: hidden; }

.home-product-grid .product-item-link,
.home-product-tab .product-item-link {
  display: block; }

.home-product-grid .product-item-link > img,
.home-product-tab .product-item-link > img {
  display: block;
  width: 100%;
  height: auto; }

.home-product-grid .product-item-thumbs,
.home-product-tab .product-item-thumbs {
  min-height: 50px; }

.home-product-grid .product-item-detail,
.home-product-tab .product-item-detail {
  flex: 1;
  display: flex;
  flex-direction: column; }

.home-product-grid .product-item-detail-info,
.home-product-tab .product-item-detail-info {
  min-height: 20px;
  overflow: hidden; }

.home-product-grid .product-item-detail-name,
.home-product-tab .product-item-detail-name {
  min-height: 44px;
  line-height: 1.4;
  margin: 0 0 6px;
  overflow: hidden; }

.home-product-grid .product-item-detail-name a,
.home-product-tab .product-item-detail-name a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.home-product-grid .product-item-detail-price,
.home-product-tab .product-item-detail-price {
  min-height: 44px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px; }

.home-product-grid .product-item-review-holder,
.home-product-tab .product-item-review-holder {
  min-height: 20px;
  margin-top: 4px; }

.home-product-grid .haravan-product-reviews-badge,
.home-product-tab .haravan-product-reviews-badge {
  min-height: 20px;
  display: block; }

@media (max-width: 767px) {
  .home-product-grid .product-item-detail-name,
  .home-product-tab .product-item-detail-name {
    min-height: 40px; }
  .home-product-grid .product-item-detail-price,
  .home-product-tab .product-item-detail-price {
    min-height: 40px; } }

/* ===== Hoàn thiện mobile theo hướng sang hơn ===== */
@media (max-width: 767px) {
  .home-product-grid .product-item-detail,
  .home-product-tab .product-item-detail {
    background: #fbfaf8;
    padding: 10px 10px 12px; }
  .home-product-grid .product-item-detail-name,
  .home-product-tab .product-item-detail-name {
    min-height: 40px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    margin: 0 0 5px; }
  .home-product-grid .product-item-detail-name a,
  .home-product-tab .product-item-detail-name a {
    color: #1f1f1f; }
  .home-product-grid .product-item-detail-price,
  .home-product-tab .product-item-detail-price {
    min-height: 24px;
    gap: 4px; }
  .home-product-grid .product-item-detail-price .product-price-current,
  .home-product-tab .product-item-detail-price .product-price-current,
  .home-product-grid .product-item-detail-price > span:not(.product-contact-text),
  .home-product-tab .product-item-detail-price > span:not(.product-contact-text) {
    color: #a85d36;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0; }
  .home-product-grid .product-item-detail-price del,
  .home-product-tab .product-item-detail-price del,
  .home-product-grid .product-price-compare,
  .home-product-tab .product-price-compare {
    color: #9d9d9d;
    font-size: 12px; }
  .home-product-grid .haravan-product-reviews-badge,
  .home-product-tab .haravan-product-reviews-badge {
    font-size: 12px;
    color: #8a8a8a;
    margin-top: 2px; } }

/* ========================================================
   HOME SEO INTRO / KHỐI SEO CUỐI TRANG CHỦ
======================================================== */
.home-seo-intro-wrap {
  padding: 26px 0 30px;
  margin-top: 10px;
  border-top: 1px solid #eee6dc;
  background: #fcfaf7; }

.home-seo-intro-wrap .container {
  max-width: 1100px; }

.home-seo-intro-wrap .home-seo-intro-title {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
  color: #3F5E4B; }

.home-seo-intro-wrap .home-seo-intro,
.home-seo-intro-wrap .home-seo-links {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: #6f675f;
  text-align: left; }

.home-seo-intro-wrap .home-seo-intro {
  margin-bottom: 10px; }

.home-seo-intro-wrap strong {
  color: #4a4037;
  font-weight: 600; }

.home-seo-intro-wrap a {
  color: #3F5E4B;
  text-decoration: none;
  font-weight: 600; }

.home-seo-intro-wrap a:hover {
  text-decoration: underline; }

@media (max-width: 767px) {
  .home-seo-intro-wrap {
    padding: 20px 0 24px; }
  .home-seo-intro-wrap .home-seo-intro-title {
    font-size: 18px;
    margin-bottom: 10px; }
  .home-seo-intro-wrap .home-seo-intro,
  .home-seo-intro-wrap .home-seo-links {
    font-size: 14px;
    line-height: 1.75; } }

/* ===== HOME SEO INTRO - giới hạn 2 dòng dưới H1 trang chủ ===== */
.home-seo-intro,
.home-seo-links {
  margin: 8px 0 0 !important;
  line-height: 1.6 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  max-height: 3.2em !important; }

/* khoảng cách riêng cho dòng internal link */
.home-seo-links {
  margin-top: 6px !important; }

/* đồng nhất cỡ chữ giữa text thường, link và chữ đậm */
.home-seo-intro,
.home-seo-links,
.home-seo-intro a,
.home-seo-links a,
.home-seo-intro strong,
.home-seo-links strong,
.home-seo-intro a strong,
.home-seo-links a strong {
  font-size: 13px !important; }

/* đồng nhất màu chữ */
.home-seo-intro,
.home-seo-links,
.home-seo-intro a,
.home-seo-links a {
  color: #666 !important; }

/* ===== HOME SEO INTRO / LINKS ===== */
.home-seo-intro-wrap {
  padding: 10px 0 14px;
  background: #f3f1ee;
  border-top: 1px solid #e7e2dc;
  border-bottom: 1px solid #e7e2dc; }

.home-seo-intro-wrap .container {
  max-width: 1200px; }

.home-seo-links,
.home-seo-intro {
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
  text-align: left !important;
  text-indent: 0 !important;
  font-size: 15px;
  line-height: 1.9;
  color: #6a645d; }

.home-seo-intro {
  margin-bottom: 0 !important; }

.home-seo-links a,
.home-seo-intro a {
  color: #3f5e4b;
  text-decoration: none; }

.home-seo-links a:hover,
.home-seo-intro a:hover {
  text-decoration: underline; }

.home-seo-links strong,
.home-seo-intro strong {
  font-weight: 600;
  color: #4b433c; }

@media (max-width: 767px) {
  .home-seo-intro-wrap {
    padding: 8px 0 12px; }
  .home-seo-links,
  .home-seo-intro {
    font-size: 14px;
    line-height: 1.8; } }

.seo-hidden-heading {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

/* ===== Heading block home-policy ===== */
.home-policy .home-policy-heading {
  text-align: center;
  /* căn giữa tiêu đề + mô tả */
  margin-bottom: 22px;
  /* khoảng cách xuống block bên dưới */ }

.home-policy .home-policy-heading h3 {
  margin: 0 0 8px;
  /* cách dòng mô tả bên dưới */
  font-size: 28px;
  /* cỡ chữ tiêu đề */
  line-height: 1.35;
  font-weight: 700;
  color: #3f5e4b; }

.home-policy .home-policy-heading p {
  margin: 0 auto;
  /* căn giữa đoạn mô tả */
  max-width: 760px;
  /* giới hạn chiều rộng để dễ đọc */
  font-size: 15px;
  line-height: 1.7;
  color: #6f675f; }

/* ===== Mobile ===== */
@media (max-width: 767px) {
  .home-policy .home-policy-heading {
    margin-bottom: 18px; }
  .home-policy .home-policy-heading h3 {
    font-size: 22px;
    margin-bottom: 8px; }
  .home-policy .home-policy-heading p {
    font-size: 14px;
    line-height: 1.6; } }

/* ===== Khung nền bọc toàn bộ home-policy ===== */
.home-policy .home-policy-box {
  background: #f7f4ef;
  /* màu nền kem nhạt */
  border: 1px solid #ece6dd;
  /* viền rất nhẹ */
  border-radius: 18px;
  /* bo góc */
  padding: 24px 22px;
  /* khoảng thở bên trong khung */ }

/* mobile */
@media (max-width: 767px) {
  .home-policy .home-policy-box {
    padding: 18px 14px;
    border-radius: 14px; } }

/* ===== Heading block home-four-banner ===== */
.home-four-banner .home-four-banner-heading {
  text-align: center;
  /* căn giữa title + mô tả */
  margin-bottom: 22px;
  /* cách phần banner bên dưới */ }

.home-four-banner .home-four-banner-heading h2 {
  margin: 0 0 8px;
  /* cách dòng mô tả */
  font-size: 28px;
  /* cỡ chữ title */
  line-height: 1.35;
  font-weight: 700;
  color: #3f5e4b; }

.home-four-banner .home-four-banner-heading p {
  margin: 0 auto;
  /* căn giữa đoạn mô tả */
  max-width: 760px;
  /* giới hạn chiều rộng cho dễ đọc */
  font-size: 15px;
  line-height: 1.7;
  color: #6f675f; }

/* ===== Mobile ===== */
@media (max-width: 767px) {
  .home-four-banner .home-four-banner-heading {
    margin-bottom: 18px; }
  .home-four-banner .home-four-banner-heading h2 {
    font-size: 22px;
    margin-bottom: 8px; }
  .home-four-banner .home-four-banner-heading p {
    font-size: 14px;
    line-height: 1.6; } }

/* ===== GIẢM KHOẢNG CÁCH GIỮA BLOG VÀ POLICY ===== */
.home-blog {
  padding-bottom: 5px !important;
  margin-bottom: 0 !important; }

.home-policy {
  padding-top: 5px !important;
  margin-top: 0 !important; }

/* ===== TIÊU ĐỀ BLOCK HOME PRODUCT TAB ===== */
.home-product-tab-title {
  margin-bottom: 22px;
  text-align: center;
  /* căn giữa toàn bộ tiêu đề */ }

/* ===== DÒNG H2 CHÍNH ===== */
.home-product-tab-title h2 {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  color: #3f5e4b; }

/* ===== DÒNG MÔ TẢ ===== */
.home-product-tab-title p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #6a645d; }

@media (max-width: 767px) {
  .home-product-tab-title {
    margin-bottom: 16px; }
  .home-product-tab-title h2 {
    font-size: 22px; }
  .home-product-tab-title p {
    font-size: 14px;
    line-height: 1.6; } }

/* ===== ÉP GIẢM KHOẢNG TRẮNG PHÍA TRÊN BLOCK DANH MỤC NỔI BẬT ===== */
section.home-product-tab {
  padding-top: 0 !important;
  margin-top: 0 !important; }

section.home-product-tab .container {
  padding-top: 0 !important; }

section.home-product-tab .home-product-tab-title {
  margin-top: 0 !important;
  margin-bottom: 12px !important;
  padding-top: 0 !important; }

section.home-product-tab .home-product-tab-head {
  margin-top: 0 !important;
  padding-top: 0 !important; }

/* ===== TITLE BLOCK HOME PRODUCT GRID ĐỒNG BỘ TONE WEB ===== */
.home-product-grid .home-product-grid-head {
  text-align: center;
  margin-bottom: 22px; }

.home-product-grid .home-product-grid-head h2 {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  color: #3f5e4b;
  /* xanh rêu đồng bộ */
  text-transform: none;
  /* bỏ cảm giác quá cứng */ }

.home-product-grid .home-product-grid-head p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #6a645d;
  /* nâu xám nhẹ */
  max-width: 760px;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 767px) {
  .home-product-grid .home-product-grid-head {
    margin-bottom: 16px; }
  .home-product-grid .home-product-grid-head h2 {
    font-size: 22px; }
  .home-product-grid .home-product-grid-head p {
    font-size: 14px;
    line-height: 1.6; } }

/* ===== TITLE BLOCK BLOG ĐỒNG BỘ TONE WEB ===== */
.home-blog .section-title-all,
.home-blog .main-blog-head,
.home-blog .home-blog-head {
  text-align: center;
  margin-bottom: 22px; }

/* ===== H2 TIÊU ĐỀ BLOG ===== */
.home-blog .section-title-all h2,
.home-blog .main-blog-head h2,
.home-blog .home-blog-head h2 {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  color: #3f5e4b;
  /* xanh rêu */
  text-transform: none;
  letter-spacing: 0.2px; }

/* ===== DÒNG MÔ TẢ NẾU CÓ ===== */
.home-blog .section-title-all p,
.home-blog .main-blog-head p,
.home-blog .home-blog-head p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #6a645d;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 767px) {
  .home-blog .section-title-all,
  .home-blog .main-blog-head,
  .home-blog .home-blog-head {
    margin-bottom: 16px; }
  .home-blog .section-title-all h2,
  .home-blog .main-blog-head h2,
  .home-blog .home-blog-head h2 {
    font-size: 22px; }
  .home-blog .section-title-all p,
  .home-blog .main-blog-head p,
  .home-blog .home-blog-head p {
    font-size: 14px;
    line-height: 1.6; } }

/* =========================================================
   HOME SEO BOTTOM INTRO
   Block giới thiệu nhẹ cuối trang chủ
   Vị trí: nằm phía trên block home-policy
========================================================= */
.home-seo-bottom-intro {
  padding: 24px 0 14px;
  background: #fff; }

/* Khung chính của block */
.home-seo-bottom-intro__box {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  padding: 34px 200px 34px;
  border: 1px solid rgba(96, 83, 61, 0.12);
  border-radius: 16px;
  background: linear-gradient(90deg, #f6f3eb 0%, #fbfaf6 48%, #f5f1e8 100%);
  box-shadow: 0 10px 24px rgba(50, 58, 42, 0.03); }

/* Nội dung chính ở giữa */
.home-seo-bottom-intro__content {
  position: relative;
  z-index: 3;
  max-width: 980px;
  margin: 0 auto;
  text-align: center; }

/* Dòng nhỏ phía trên tiêu đề */
.home-seo-bottom-intro__eyebrow {
  position: relative;
  display: inline-block;
  margin-bottom: 18px;
  padding-bottom: 14px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #48684d; }

/* Hai đường kẻ nhỏ dưới eyebrow */
.home-seo-bottom-intro__eyebrow::before,
.home-seo-bottom-intro__eyebrow::after {
  content: "";
  position: absolute;
  bottom: 4px;
  width: 42px;
  height: 1px;
  background: rgba(72, 104, 77, 0.35); }

.home-seo-bottom-intro__eyebrow::before {
  right: calc(50% + 14px); }

.home-seo-bottom-intro__eyebrow::after {
  left: calc(50% + 14px); }

/* Tiêu đề chính */
.home-seo-bottom-intro__title {
  max-width: none;
  margin: 0 auto 16px;
  /* Dùng font theo theme để đồng bộ với tiêu đề bên dưới */
  font-family: inherit;
  font-size: 30px;
  line-height: 1.35;
  font-weight: 700;
  color: #35573d;
  letter-spacing: 0;
  word-spacing: 0;
  word-break: normal;
  overflow-wrap: normal;
  /* Desktop ép nằm 1 dòng */
  white-space: nowrap; }

/* Đoạn mô tả */
.home-seo-bottom-intro__desc {
  max-width: 840px;
  margin: 0 auto 26px;
  font-size: 16px;
  line-height: 1.95;
  color: rgba(58, 61, 56, 0.68); }

/* Cụm 3 tag nhỏ */
.home-seo-bottom-intro__tags {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px; }

/* Từng tag */
.home-seo-bottom-intro__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 175px;
  min-height: 48px;
  padding: 10px 22px;
  border: 1px solid rgba(80, 101, 77, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.36);
  color: #48684d;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease; }

/* Hover tag */
.home-seo-bottom-intro__tag:hover {
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(72, 104, 77, 0.35);
  color: #35573d;
  transform: translateY(-1px); }

/* Icon trong tag */
.home-seo-bottom-intro__tag-icon {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  display: inline-flex;
  color: currentColor; }

.home-seo-bottom-intro__tag-icon svg {
  width: 22px;
  height: 22px; }

/* Nút chính */
.home-seo-bottom-intro__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 302px;
  min-height: 54px;
  padding: 13px 34px;
  border: 1.5px solid #48684d;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.35);
  color: #48684d;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease; }

/* Hover nút chính */
.home-seo-bottom-intro__btn:hover {
  background: #48684d;
  color: #fff; }

/* =========================================================
   DECOR: Ảnh lá trái và chậu cây phải
========================================================= */
.home-seo-bottom-intro__decor {
  position: absolute;
  z-index: 1;
  pointer-events: none; }

.home-seo-bottom-intro__decor img {
  display: block;
  width: 100%;
  height: auto; }

/* Ảnh lá bên trái */
.home-seo-bottom-intro__decor--left {
  left: 14px;
  bottom: 8px;
  width: 230px;
  opacity: 0.34; }

/* Khu vực chậu cây bên phải */
.home-seo-bottom-intro__decor--right {
  right: -10px;
  /* Đẩy cụm chậu cây sát mép phải hơn */
  bottom: 0;
  width: 285px;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center; }

/* Mảng nền cong phía sau chậu cây */
.home-seo-bottom-intro__arch {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 220px;
  height: 245px;
  border-radius: 120px 0 18px 0;
  background: rgba(227, 219, 205, 0.56); }

/* Ảnh chậu cây bên phải */
.home-seo-bottom-intro__decor--right img {
  position: relative;
  z-index: 2;
  width: 250px;
  /* Tăng kích thước chậu cây */
  margin-bottom: 18px;
  margin-right: 8px;
  /* Giảm khoảng cách với lề phải */
  opacity: 0.95; }

/* =========================================================
   TABLET
========================================================= */
@media (max-width: 1199px) {
  .home-seo-bottom-intro__box {
    padding: 34px 180px 34px; }
  .home-seo-bottom-intro__title {
    font-size: 30px; }
  .home-seo-bottom-intro__decor--left {
    width: 170px; }
  .home-seo-bottom-intro__decor--right {
    width: 190px; }
  .home-seo-bottom-intro__arch {
    width: 165px;
    height: 220px; }
  .home-seo-bottom-intro__decor--right img {
    width: 120px;
    margin-right: 18px; } }

/* =========================================================
   MOBILE
========================================================= */
@media (max-width: 767px) {
  .home-seo-bottom-intro__title {
    font-size: 23px;
    line-height: 1.35;
    white-space: normal; }
  .home-seo-bottom-intro__box {
    min-height: auto;
    padding: 28px 16px 24px;
    border-radius: 16px; }
  /* Mobile nên ẩn ảnh trang trí để nhẹ và gọn hơn */
  .home-seo-bottom-intro__decor--left,
  .home-seo-bottom-intro__decor--right {
    display: none; }
  .home-seo-bottom-intro__eyebrow {
    margin-bottom: 12px;
    font-size: 12px;
    letter-spacing: 0.06em; }
  .home-seo-bottom-intro__title {
    font-size: 26px;
    line-height: 1.35;
    margin-bottom: 12px; }
  .home-seo-bottom-intro__desc {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 18px; }
  .home-seo-bottom-intro__tags {
    gap: 10px;
    margin-bottom: 18px; }
  .home-seo-bottom-intro__tag {
    width: calc(50% - 5px);
    min-width: unset;
    min-height: 44px;
    padding: 9px 10px;
    font-size: 14px; }
  .home-seo-bottom-intro__tag:last-child {
    width: 100%;
    max-width: 220px; }
  .home-seo-bottom-intro__tag-icon {
    width: 20px;
    height: 20px;
    margin-right: 7px; }
  .home-seo-bottom-intro__tag-icon svg {
    width: 20px;
    height: 20px; }
  .home-seo-bottom-intro__btn {
    width: 100%;
    max-width: 280px;
    min-width: unset;
    min-height: 48px;
    padding: 12px 20px;
    font-size: 15px; } }
