@charset "UTF-8";
.f1_d-none {
  display: none !important; }

#product-quickview .product-quickview-swatch {
  margin-bottom: 15px; }
  #product-quickview .product-quickview-swatch .product-sw-line {
    margin-top: 15px; }
    #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select {
      gap: 10px; }
      #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-title {
        font-weight: 500;
        margin-right: 20px;
        min-width: 100%;
        display: block;
        font-size: 1rem;
        line-height: 1;
        margin-bottom: 0; }
      #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item .product-sw-select-item-span {
        display: block;
        border: 1px solid #e1e1e1;
        border-radius: var(--border_radius);
        min-width: 70px;
        height: 35px;
        line-height: 35px;
        padding: 0 10px;
        cursor: pointer;
        box-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.15);
        transition: all 0.3s linear;
        font-size: .85rem;
        margin-bottom: 0;
        text-align: center; }
      #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item input:not(.disabled):checked + label {
        border-color: #222;
        font-weight: 700;
        color: #222; }
      #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item:not(.sw-color) input.soldOut + label {
        position: relative;
        background: url(https://file.hstatic.net/200000544803/file/soldout_bg_461519ca89c54e53978e6d5e00dd7ac0.png);
        background-position: center center;
        background-repeat: repeat;
        background-size: contain; }
      #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color {
        position: relative; }
        #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color input.soldOut + label {
          position: relative;
          background: url(https://file.hstatic.net/200000544803/file/soldout_bg_461519ca89c54e53978e6d5e00dd7ac0.png);
          background-position: center center;
          background-repeat: repeat;
          background-size: contain; }
          #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color input.soldOut + label span {
            position: relative;
            z-index: -1; }
        #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color .product-sw-select-item-span {
          border: none;
          height: 34px;
          width: 34px;
          min-width: auto;
          position: relative;
          overflow: hidden;
          padding: 2px; }
          #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color .product-sw-select-item-span span {
            border: 1px solid #f1f1f1;
            display: block;
            height: 100%;
            width: 100%;
            cursor: pointer;
            background-size: contain; }
        #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color input:checked + label {
          padding: 2px;
          border: 1px solid #000; }

#product-quickview .product-sw-select {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }

.wrapperMain_content {
  padding-bottom: 0; }

body, html {
  font-family: "Inter", sans-serif; }

.fullindex {
  /* == INDEX SECTION 8 - BLOG SLIDER == */
  /* Slick arrows */
  /* Responsive */
  /* == INDEX SECTION 9 - CTA == */
  /* Responsive */ }
  .fullindex .sectioni6 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0;
    color: #fff;
    position: relative; }
  .fullindex .sectioni6::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    /* Lớp phủ mờ để chữ dễ đọc */
    z-index: 1; }
  .fullindex .sectioni6 .container {
    position: relative;
    z-index: 2; }
  .fullindex .sectioni6-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px; }
  .fullindex .sectioni6-left {
    flex: 0 0 30%; }
  .fullindex .sectioni6-title {
    color: #fff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.52);
    font-size: 45px;
    font-style: normal;
    font-weight: 800;
    line-height: normal; }
  .fullindex .sectioni6-right {
    flex: 0 0 65%; }
  .fullindex .sectioni6-sub {
    color: #FFF;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.52);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; }
  .fullindex .sectioni6-list {
    padding-left: 20px;
    list-style-type: disc;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px;
    margin-top: 35px; }
  .fullindex .sectioni6-list li {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.6;
    text-align: justify; }
  @media (max-width: 767px) {
    .fullindex .sectioni6 {
      padding: 60px 20px; }
    .fullindex .sectioni6-wrapper {
      flex-direction: column;
      gap: 24px; }
    .fullindex .sectioni6-left,
    .fullindex .sectioni6-right {
      flex: 0 0 100%; }
    .fullindex .sectioni6-title {
      font-size: 24px;
      text-align: center; }
    .fullindex .sectioni6-sub,
    .fullindex .sectioni6-list {
      font-size: 14px; } }
  .fullindex .home-feature-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 0; }
  .fullindex .home-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 22%; }
  .fullindex .home-feature-icon img {
    max-width: 40px; }
  .fullindex .home-feature-title {
    color: #0060AE;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; }
    .fullindex .home-feature-title:hover {
      text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
  @media (max-width: 767px) {
    .fullindex .home-feature-item {
      flex: 1 1 48%; } }
  .fullindex .sectioni2 {
    padding: 40px 0;
    background: #EEE; }
  .fullindex .sectioni2-head {
    position: relative;
    margin-bottom: 32px; }
  .fullindex .sectioni2-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
  .fullindex .sectioni2-sub {
    font-size: 16px;
    color: #666;
    margin-bottom: 8px; }
  .fullindex .sectioni2-link-all {
    text-decoration: none;
    color: #0060AE;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 15px; }
    .fullindex .sectioni2-link-all:hover {
      color: #000; }
      .fullindex .sectioni2-link-all:hover img {
        filter: grayscale(100%) brightness(0);
        transform: translateY(-2px); }
  .fullindex .sectioni2-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between; }
  .fullindex .desbackgroun {
    padding: 20px;
    background: #E8F1F8; }
  .fullindex .sectioni2-item {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    position: relative;
    flex: 1 1 calc(33.333% - 16px);
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: all 0.3s ease; }
  .fullindex .sectioni2-item:hover {
    transform: translateY(-4px); }
  .fullindex .sectioni2-item-tag {
    display: inline-block;
    background: #e5f0ff;
    color: #578FCA;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    align-self: flex-start;
    position: absolute;
    left: 10px;
    top: 10px; }
  .fullindex .sectioni2-item-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    aspect-ratio: 40 / 35; }
  .fullindex .sectioni2-item-title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px; }
  .fullindex .sectioni2-item-desc {
    color: #444;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
  .fullindex .sectioni2-item-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    margin-top: 20px; }
  .fullindex .sectioni2-item-btn {
    color: #fff;
    font-size: 14px;
    padding: 6px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s ease;
    border-radius: 27px;
    display: inline-block;
    background: #000; }
  .fullindex .sectioni2-item-btn:hover {
    background: #005eb8; }
  .fullindex .sectioni2-item-extra {
    text-decoration: none;
    color: #0060AE;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; }
  @media (max-width: 991px) {
    .fullindex .sectioni2-item {
      flex: 1 1 calc(50% - 12px); } }
  @media (max-width: 575px) {
    .fullindex .sectioni2-item {
      flex: 1 1 100%; }
    .fullindex .sectioni2-link-all {
      position: static;
      display: block;
      margin-top: 12px; }
    .fullindex .sectioni2-head {
      text-align: left; } }
  .fullindex .sectioni3 {
    background-color: #d9e9fa;
    padding: 60px 0; }
  .fullindex .sectioni3-wrap {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap; }
  .fullindex .sectioni3-left,
  .fullindex .sectioni3-right {
    flex: 1 1 48%; }
  .fullindex .sectioni3-left picture,
  .fullindex .sectioni3-left img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover; }
  .fullindex .sectioni3-title {
    margin-bottom: 8px;
    color: #010101;
    font-size: 45px;
    font-style: normal;
    font-weight: 800;
    line-height: normal; }
  .fullindex .sectioni3-sub {
    margin-bottom: 24px;
    color: #010101;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
  .fullindex .sectioni3-list {
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .fullindex .sectioni3-item {
    background: #fff;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 40px 20px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    background: #EEE; }
    .fullindex .sectioni3-item:hover {
      background: #E8F1F8;
      box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); }
  .fullindex .sectioni3-item-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain; }
  .fullindex .sectioni3-item-title {
    margin-bottom: 4px;
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; }
  .fullindex .sectioni3-item-desc {
    color: #444;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
  .fullindex .sectioni3-item:hover .sectioni3-item-title,
  .fullindex .sectioni3-item:hover .sectioni3-item-desc {
    color: 0060AE; }
  .fullindex .sectioni3-note {
    margin-top: 16px;
    font-style: italic;
    color: #010101;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
  @media (max-width: 991px) {
    .fullindex .sectioni3-wrap {
      flex-direction: column; }
    .fullindex .sectioni3-left,
    .fullindex .sectioni3-right {
      flex: 1 1 100%; }
    .fullindex .sectioni3-title {
      font-size: 24px; }
    .fullindex .sectioni3-sub {
      font-size: 15px; }
    .fullindex .sectioni3-item-title {
      font-size: 15px; }
    .fullindex .sectioni3-item-desc {
      font-size: 13px; } }
  .fullindex .sectioni4 {
    background-color: #eee;
    padding: 60px 0;
    margin-top: 50px; }
  .fullindex .sectioni4-title {
    color: #010101;
    font-size: 45px;
    font-style: normal;
    font-weight: bold;
    line-height: normal; }
  .fullindex .sectioni4-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 32px;
    margin-top: 60px; }
    @media (max-width: 767px) {
      .fullindex .sectioni4-list {
        flex-wrap: nowrap;
        overflow: auto; } }
  .fullindex .sectioni4-item {
    flex: 0 1 calc(100% / 6 - 30px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding-bottom: 20px;
    padding-top: 20px; }
    .fullindex .sectioni4-item:hover {
      background: #E8F1F8;
      box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); }
    @media (max-width: 767px) {
      .fullindex .sectioni4-item {
        flex: 0 0 calc(100% / 2.9) !important; } }
  .fullindex .sectioni4-icon img {
    object-fit: contain;
    aspect-ratio: 1 / 1;
    width: 100%;
    max-width: 100px; }
    @media (max-width: 767px) {
      .fullindex .sectioni4-icon img {
        height: 100px; } }
  .fullindex .sectioni4-label {
    color: #000;
    text-align: center;
    margin-top: 15px;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; }
  .fullindex .sectioni4-arrow {
    font-size: 16px;
    color: #333;
    line-height: 1; }
  @media (max-width: 991px) {
    .fullindex .sectioni4-list {
      gap: 24px; }
    .fullindex .sectioni4-item {
      flex: 0 1 100px; }
    .fullindex .sectioni4-title {
      font-size: 22px; } }
  @media (max-width: 767px) {
    .fullindex .sectioni4-item {
      flex: 0 1 30%; } }
  @media (max-width: 480px) {
    .fullindex .sectioni4-item {
      flex: 0 1 45%; }
    .fullindex .sectioni4-label {
      font-size: 13px; } }
  .fullindex .sectioni4-item:hover .sectioni4-arrow {
    transform: translateY(2px);
    transition: transform 0.2s ease; }
  .fullindex .sectioni5 {
    background: #CDDAE7;
    padding: 60px 0; }
  .fullindex .sectioni5-title {
    margin-bottom: 8px;
    color: #000;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; }
  .fullindex .sectioni5-sub {
    margin-bottom: 32px;
    color: #444;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
  .fullindex .sectioni5-table-wrap {
    overflow-x: auto; }
  .fullindex .sectioni5-table {
    width: 100%;
    margin: 0 auto 32px;
    border-collapse: collapse;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 0 1px #ddd; }
  .fullindex .sectioni5-table th,
  .fullindex .sectioni5-table td {
    padding: 24px 20px;
    text-align: left;
    border-bottom: 1px solid rgba(68, 68, 68, 0.8);
    font-size: 15px; }
  .fullindex .sectioni5-table thead th {
    border-bottom: 1px solid transparent; }
  .fullindex .sectioni5-table td:first-child {
    font-weight: bold; }
  .fullindex .sectioni5-table thead {
    font-weight: 600;
    border-radius: 20px 20px 0 0;
    background: #E8F1F8;
    font-size: 20px; }
  .fullindex .sectioni5-table tbody tr:last-child td {
    border-bottom: none; }
  .fullindex .sectioni5-buttons {
    text-align: center;
    display: flex;
    gap: 16px;
    flex-wrap: wrap; }
  .fullindex .sectioni5-btn {
    padding: 7px 24px;
    font-size: 14px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.2s;
    display: inline-block;
    text-decoration: none;
    border-radius: 43px; }
  .fullindex .sectioni5-btn.btn-green {
    background-color: #8dc63f;
    color: #fff;
    border: none; }
  .fullindex .sectioni5-btn.btn-green:hover {
    background-color: #7ab734;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); }
  .fullindex .sectioni5-btn.btn-outline {
    background-color: #fff;
    color: #333;
    border: 1px solid #ccc; }
  .fullindex .sectioni5-btn.btn-outline:hover {
    background-color: #f3f3f3;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); }
  @media (max-width: 767px) {
    .fullindex .sectioni5-title {
      font-size: 24px; }
    .fullindex .sectioni5-sub {
      font-size: 14px; }
    .fullindex .sectioni5-table th,
    .fullindex .sectioni5-table td {
      font-size: 14px;
      padding: 12px 16px; }
    .fullindex .sectioni5-btn {
      width: 100%;
      text-align: center; } }
  .fullindex .sectioni7 {
    background: #F1F6EF;
    padding: 60px 0; }
  .fullindex .sectioni7-head {
    margin-bottom: 40px; }
  .fullindex .sectioni7-title {
    margin-bottom: 8px;
    color: #000;
    font-size: 45px;
    font-style: normal;
    font-weight: 800;
    line-height: normal; }
  .fullindex .sectioni7-sub {
    color: #444;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
  .fullindex .sectioni7-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px; }
    @media (max-width: 767px) {
      .fullindex .sectioni7-list {
        display: flex;
        overflow: auto;
        padding: 44px; }
        .fullindex .sectioni7-list > div {
          flex: 0 0 calc(100%/1.2); } }
  .fullindex .sectioni7-item {
    background-color: #fff;
    border-radius: 16px;
    padding: 24px;
    background: #EEEEEE;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: relative; }
    .fullindex .sectioni7-item:hover {
      box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); }
  .fullindex .sectioni7-quote {
    margin-bottom: 60px;
    min-height: 60px;
    color: #444;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
  .fullindex .sectioni7-avatar {
    width: 88px;
    height: 88px;
    margin: 0 auto 10px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #8dc63f;
    position: absolute;
    left: -10px;
    bottom: -30px; }
  .fullindex .sectioni7-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  .fullindex .sectioni7-name {
    padding-left: 75px;
    color: #444;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal; }
  .fullindex .sectioni7-desc {
    color: #444;
    padding-left: 75px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
  @media (max-width: 767px) {
    .fullindex .sectioni7-title {
      font-size: 22px; }
    .fullindex .sectioni7-sub {
      font-size: 14px; }
    .fullindex .sectioni7-list {
      gap: 16px; }
    .fullindex .sectioni7-item {
      max-width: 100%;
      padding: 20px; }
    .fullindex .sectioni7-quote {
      font-size: 14px; } }
  .fullindex .indexsection8 {
    padding: 40px 0;
    background: #EEE; }
  .fullindex .indexsection8-head {
    margin-bottom: 30px; }
  .fullindex .indexsection8-head-title {
    color: #070707;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .fullindex .seezmorre {
    color: #0060AE;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
    .fullindex .seezmorre:hover {
      color: #000; }
      .fullindex .seezmorre:hover img {
        filter: grayscale(100%) brightness(0);
        transform: translateY(-2px); }
  .fullindex .indexsection8-main {
    position: relative; }
  .fullindex .indexsection8-slider {
    display: flex; }
  .fullindex .indexsection8-item {
    padding: 0 10px;
    box-sizing: border-box; }
    @media (max-width: 767px) {
      .fullindex .indexsection8-item {
        padding: 0 0px; } }
  .fullindex .indexsection8-wrap .slick-track {
    padding-bottom: 25px; }
  .fullindex .article-item {
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background: #EEE;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    padding: 15px; }
  .fullindex .article-item:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px); }
  .fullindex .article-item-image {
    display: block;
    width: 100%;
    overflow: hidden; }
  .fullindex .article-item-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover; }
  .fullindex .article-item-info {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .fullindex .article-item-title {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin: 0 0 10px;
    line-height: 1.4; }
  .fullindex .article-item-title a {
    color: inherit;
    text-decoration: none; }
  .fullindex .article-item-title a:hover {
    color: #007bff; }
  .fullindex .article-item-date {
    font-size: 14px;
    color: #888; }
  .fullindex .slick-btn {
    background: none;
    border: none;
    outline: none; }
  .fullindex .indexsection8 .slick-arrow {
    z-index: 10;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: 0.3s; }
    .fullindex .indexsection8 .slick-arrow svg {
      width: 50px;
      height: 50px; }
  .fullindex .indexsection8 .prev {
    left: -20px; }
  .fullindex .indexsection8 .next {
    right: -20px; }
  @media (max-width: 991px) {
    .fullindex .indexsection8-head-title {
      font-size: 24px; }
    .fullindex .article-item-title {
      font-size: 16px; } }
  @media (max-width: 767px) {
    .fullindex .indexsection8 {
      padding: 30px 15px; }
    .fullindex .indexsection8 .slick-prev,
    .fullindex .indexsection8 .slick-next {
      display: none !important; } }
  .fullindex .indexsection9 {
    background: linear-gradient(90deg, #0060AE 0%, #00A6EF 100%);
    border-radius: 35px;
    padding: 60px 40px;
    color: #fff; }
    .fullindex .indexsection9:hover {
      box-shadow: 0 0 10px 0 #0060AE; }
  .fullindex .indexsection9-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px; }
  .fullindex .indexsection9-info {
    flex: 1 1 60%; }
  .fullindex .indexsection9-title {
    margin-bottom: 5px;
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 35px; }
  .fullindex .indexsection9-desc {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    /* 233.333% */ }
  .fullindex .indexsection9-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex: 1 1 35%; }
  .fullindex .indexsection9-btn {
    padding: 9px 25px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 999px;
    text-decoration: none;
    transition: 0.3s;
    white-space: nowrap;
    color: #EEE;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700; }
  .fullindex .indexsection9-btn--primary {
    background: #004c99;
    color: #fff; }
  .fullindex .indexsection9-btn--primary:hover {
    background: #003366;
    box-shadow: 0 4px 4px 0 #E8F1F8; }
  .fullindex .indexsection9-btn--secondary {
    background: #fff;
    color: #004c99; }
  .fullindex .indexsection9-btn--secondary:hover {
    background: #e6f2ff;
    color: #003366;
    box-shadow: 0 4px 4px 0 #E8F1F8; }
  @media (max-width: 767px) {
    .fullindex .indexsection9-wrap {
      flex-direction: column;
      align-items: flex-start; }
    .fullindex .indexsection9-actions {
      justify-content: flex-start; }
    .fullindex .indexsection9-title {
      font-size: 18px; }
    .fullindex .indexsection9-desc {
      font-size: 13px; } }

.fullfooter {
  /* == NEW FOOTER == */
  /* Responsive */ }
  .fullfooter .footer-bottom {
    background-color: #151515;
    color: #ffffff;
    padding: 20px 0;
    font-size: 14px; }
  .fullfooter .footer-bottom-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 15px; }
  .fullfooter .footer-bottom-logo img {
    max-height: 40px;
    width: auto;
    display: block; }
  .fullfooter .footer-bottom-info {
    flex: 1;
    padding-left: 40px; }
  .fullfooter .footer-bottom-info p {
    margin: 5px 0;
    line-height: 1.6;
    color: #dcdcdc; }
  @media screen and (max-width: 767px) {
    .fullfooter .footer-bottom-inner {
      flex-direction: column;
      align-items: flex-start; }
    .fullfooter .footer-bottom-logo {
      margin-bottom: 10px; }
    .fullfooter .footer-bottom-info {
      padding-left: 0; } }
  .fullfooter .newfooter {
    background-color: #0060AE;
    padding: 50px 0px;
    color: #fff;
    font-size: 14px; }
  .fullfooter .newfooter-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: 0 auto; }
    @media (max-width: 992px) {
      .fullfooter .newfooter-wrap {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767px) {
      .fullfooter .newfooter-wrap {
        grid-template-columns: repeat(1, 1fr); } }
  .fullfooter .newfooter-col ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .fullfooter .newfooter-col li {
    margin-bottom: 10px;
    line-height: 1.6; }
  .fullfooter .fullfooter a, .fullfooter p, .fullfooter strong, .fullfooter li {
    color: #EEE;
    font-size: 16px;
    font-style: normal;
    font-weight: 400; }
  .fullfooter .newfooter-col--branches li {
    list-style: outside; }
  .fullfooter .newfooter-policy li {
    list-style: outside; }
  .fullfooter .newfooter-list a,
  .fullfooter .newfooter-policy a {
    color: #EEE;
    font-size: 16px;
    font-style: normal;
    font-weight: 400; }
  .fullfooter .newfooter-list a:hover,
  .fullfooter .newfooter-policy a:hover {
    text-decoration: underline; }
  .fullfooter .newfooter-contact strong {
    display: block;
    font-weight: 600;
    margin-bottom: 5px; }
  .fullfooter .newfooter-social {
    display: flex;
    gap: 10px; }
  .fullfooter .newfooter-social i,
  .fullfooter .newfooter-social img {
    font-size: 16px;
    color: #fff;
    width: 24px;
    height: 24px;
    object-fit: contain; }
  .fullfooter .newfooter-complain p {
    margin: 4px 0; }
  .fullfooter .newfooter-payment p {
    font-weight: 600;
    margin-bottom: 8px; }
  .fullfooter .newfooter-payment-icons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap; }
  .fullfooter .newfooter-payment-icons img {
    height: 28px;
    object-fit: contain; }
  @media (max-width: 767px) {
    .fullfooter .newfooter {
      font-size: 13px;
      padding: 30px 15px; }
    .fullfooter .newfooter-payment-icons img {
      height: 24px; } }

.mwtand {
  min-width: 100px;
  display: inline-block; }

/* ===== PRODUCT LISTING ===== */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px; }

.product-cardglobal .product-card {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eee;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 16px; }

.product-cardglobal .product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #EEE;
  color: #0060AE;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 600;
  z-index: 99; }

.product-cardglobal .product-image img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  margin-bottom: 16px; }

.product-cardglobal .product-title a {
  font-weight: 700;
  font-size: 16px;
  color: #005eb8;
  text-decoration: none; }

.product-cardglobal .product-sku {
  font-size: 12px;
  color: #999;
  margin-top: 4px; }

.product-cardglobal .product-tag-badge {
  font-size: 12px;
  background-color: #e5e7eb;
  padding: 6px 12px;
  border-radius: 999px;
  margin-top: 6px;
  display: inline-block;
  color: #444;
  font-weight: 500; }

.product-cardglobal .product-features ul {
  list-style: disc inside;
  font-size: 13px;
  color: #111;
  margin: 10px 0 16px;
  padding: 0; }

.product-cardglobal .product-price-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px; }

.product-cardglobal .product-price {
  font-weight: 700;
  font-size: 17px;
  color: #000; }

.product-cardglobal .product-buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap; }

.product-cardglobal .product-buttons .btn {
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  font-weight: 600; }

.product-cardglobal .product-title {
  line-height: 18px; }

.product-cardglobal .product-image img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  width: 100%; }

.product-cardglobal .btn-black {
  background: #000;
  color: #fff; }

.product-cardglobal .btn-gray {
  background: #e5e7eb;
  color: #111; }

/* ===== PAGINATION ===== */
.pagination {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 8px; }
  .pagination img {
    width: 8px; }

.pagination a {
  padding: 6px 12px;
  background-color: #f4f4f4;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 50px; }

.pagination a.active {
  background-color: #0060AE;
  color: #fff; }

@media (max-width: 991px) {
  .product-filter-grid-inner {
    grid-template-columns: 1fr; }
  .product-grid {
    grid-template-columns: repeat(2, 1fr); }
  .filter-sidebar-form {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px; } }

@media (max-width: 575px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px; } }

.home-policy {
  background-color: #f3f3f3;
  padding: 40px 0; }

.home-policy-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center; }

.home-policy-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.home-policy-icon {
  width: 64px;
  height: 64px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px; }

.home-policy-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain; }

.home-policy-title {
  font-size: 16px;
  font-weight: 700;
  color: #005eb8;
  margin-bottom: 6px; }

.home-policy-desc {
  font-size: 12px;
  color: #111;
  line-height: 1.5; }

@media (max-width: 991px) {
  .home-policy-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; } }

@media (max-width: 575px) {
  .home-policy-wrap {
    grid-template-columns: 1fr;
    gap: 16px; } }

.dachon {
  background: #005eb8;
  color: #fff;
  font-size: 14px;
  padding: 5px 13px;
  border-radius: 26px;
  margin-right: 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px; }
  .dachon button {
    background: transparent;
    border: none;
    padding: 4p; }
    .dachon button svg {
      width: 10px; }
    .dachon button path {
      fill: #fff; }

.pagination, .pageakkax {
  grid-column: -1 / 1;
  width: 100%; }

.gridtemplatem {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 50px; }
  @media (max-width: 992px) {
    .gridtemplatem {
      grid-template-columns: repeat(1, 1fr); } }
  .gridtemplatem > div {
    min-width: 0; }

.newproduct .titleproduct {
  color: #0060AE;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; }

.newproduct .infopr {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.smallimage {
  /* the slides */
  /* the parent */ }
  .smallimage .slick-slide {
    margin: 0 7px; }
  .smallimage .slick-list {
    margin: 0 -7px; }
  .smallimage .realclick img {
    border-radius: 10px;
    background: #D9D9D9; }
  .smallimage .arowprev.slick-arrow {
    display: inline-flex;
    background: #EEEEEE;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 50%;
    position: absolute;
    left: -15px;
    transform: translateY(-50%);
    z-index: 99;
    cursor: pointer; }
  .smallimage .arownext.slick-arrow {
    display: inline-flex;
    background: #EEEEEE;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 50%;
    position: absolute;
    right: -15px;
    transform: translateY(-50%);
    z-index: 99;
    cursor: pointer; }

.smallimage {
  margin-top: 20px; }

.gridtemtem2 [data-tab="tab2"]:not(.active) {
  border-radius: 0 20px 0 0;
  position: relative;
  left: -7px;
  z-index: -1;
  padding-left: 20px;
  padding-right: 10px; }

.gridtemtem2 #tab2 p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  margin-bottom: 0; }

.gridtemtem2 [data-tab="tab1"]:not(.active) {
  border-radius: 20px 0px 0 0;
  position: relative;
  left: 3px;
  z-index: -1;
  padding-left: 20px;
  padding-right: 10px;
  transform: scaleX(1.1); }

.gridtemtem2 .tab-content.active tr {
  border-bottom: 1px solid #ccc; }
  .gridtemtem2 .tab-content.active tr td {
    padding: 10px 0; }
  .gridtemtem2 .tab-content.active tr:last-child {
    border-bottom: 0px solid #ccc; }

.gridtemtem2 .tab-button {
  font-size: 0;
  font-size: 0;
  border-radius: 20px 20px 0 0;
  background: #A0B1C1;
  padding: 5px;
  height: 42px; }
  .gridtemtem2 .tab-button.active {
    font-size: 14px;
    padding: 10px 35px;
    height: 50px; }

.despors {
  margin-top: 50px; }

.spanphamlienquan {
  color: #000;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  /* the slides */
  /* the parent */ }
  @media (max-width: 992px) {
    .spanphamlienquan {
      font-size: 18px; } }
  .spanphamlienquan .slick-slide {
    margin: 0 7px; }
  .spanphamlienquan .slick-list {
    margin: 0 -7px; }
  .spanphamlienquan .prevnextime {
    display: flex;
    gap: 20px; }
  .spanphamlienquan .iconreprev, .spanphamlienquan .iconrenext {
    display: inline-flex;
    background: #EEEEEE;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 50%;
    cursor: pointer; }

.headerliqnquan {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px; }

.product-title a {
  display: block; }

.flexgapcol {
  display: grid;
  grid-template-columns: 250px auto;
  gap: 40px; }
  @media (max-width: 992px) {
    .flexgapcol {
      grid-template-columns: repeat(1, 1fr); } }
  .flexgapcol > div {
    min-width: 0; }
  .flexgapcol .menuhidbar a {
    border-radius: 5px;
    background: #EEE;
    display: block;
    padding: 25px;
    text-align: center;
    color: #0060AE;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px; }

.gridtemplatebgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px; }
  @media (max-width: 992px) {
    .gridtemplatebgrid {
      grid-template-columns: repeat(1, 1fr); } }
  .gridtemplatebgrid > div {
    min-width: 0; }
  .gridtemplatebgrid .monthly-posts__item a {
    display: block;
    color: #010101;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 6px 0; }

.gidcopblogrif {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px; }
  @media (max-width: 992px) {
    .gidcopblogrif {
      grid-template-columns: repeat(2, 1fr);
      gap: 15px; } }
  @media (max-width: 767px) {
    .gidcopblogrif {
      grid-template-columns: repeat(1, 1fr);
      gap: 15px; } }
  .gidcopblogrif > div {
    min-width: 0; }

.contentforar {
  border-radius: 20px;
  background: #FFF;
  transform: translateY(-100px);
  padding: 35px 50px; }
  @media (max-width: 767px) {
    .contentforar {
      padding: 30px 11px; } }
  .contentforar .conteblogar {
    color: #0060AE;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 15px; }
  .contentforar .contebtitler {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      .contentforar .contebtitler {
        font-size: 24px; } }
  .contentforar .article-item-date {
    color: #A0B1C1;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    line-height: normal; }
  .contentforar .article-item-date {
    margin-bottom: 50px; }

header {
  position: relative; }

.megamenus {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 999;
  background: #EEE;
  padding: 10px;
  display: none;
  padding: 40px 0; }
  .megamenus .gridmenu1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px; }

.site-header-nav-item > a {
  padding: 20px 0;
  display: block; }

.gridmenu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 0 106px; }
  .gridmenu a {
    color: #000 !important;
    display: block;
    font-size: 32px !important;
    font-style: normal !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400 !important;
    line-height: normal !important; }

.site-header-nav .site-header-nav-item:hover .megamenus {
  display: block; }

@media (max-width: 992px) {
  .site-header-bottom {
    display: none; } }

.f-header-top-icon-cart {
  color: #fff; }

.f-header-top-icon-cart path {
  fill: #fff; }

.muahangnga a {
  background-color: #005baa;
  color: #fff;
  padding: 5px 30px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
  transition: background 0.3s;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  margin-top: 30px; }

.menucaps2 {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  background: #fff;
  min-width: 198px;
  padding: 12px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  display: none; }
  .menucaps2 a {
    color: #000;
    font-size: 16px !important;
    display: block;
    font-weight: 400 !important;
    margin-bottom: 10px; }

.site-header-nav .site-header-nav-item:hover .menucaps2 {
  display: block; }

.home-slide-slider {
  /* the slides */
  /* the parent */ }
  .home-slide-slider .slick-dots button {
    background: rgba(68, 68, 68, 0.5);
    border: none;
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    outline: none; }
  .home-slide-slider .slick-active button {
    background: #444; }
  .home-slide-slider .slick-slide {
    margin: 0 10px; }
  .home-slide-slider .slick-list {
    margin: 0 10px; }
  .home-slide-slider .slick-track {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end; }
  .home-slide-slider .slick-current.slick-active + .home-slide-slider-item .home-slide-slider-main-img img {
    height: 300px;
    width: 100%;
    object-fit: cover; }

.slick-slide.slick-current.slick-active .home-slide-slider-main-img {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }

.home-slide-info-btn-secondary img {
  width: 15px;
  margin-left: 10px; }

.home-slide-info-btn img {
  width: 15px;
  margin-left: 10px;
  filter: brightness(0) invert(1); }

.sectioni2-item:hover .sectioni2-item-tag {
  background: #E8F1F8;
  box-shadow: 0 0 10px 0 #D1F8EF; }

.site-header-search:hover {
  opacity: 0.9; }
  .site-header-search:hover path {
    stroke: #005eb8; }

.smart-search-wrapper .item-ult {
  padding: 12px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.smart-search-wrapper .item-ult + .item-ult {
  border-top: 1px dotted #dfe0e1; }

.smart-search-wrapper .item-ult .thumbs {
  width: 65px; }

.smart-search-wrapper .item-ult .title {
  width: calc(100% - 65px);
  padding-right: 15px;
  position: relative; }

.smart-search-wrapper .item-ult .title a {
  font-weight: 500;
  display: block;
  color: var(--shop-color-text);
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
  margin: 0px 0 5px; }

.smart-search-wrapper .item-ult .title p {
  line-height: 15px;
  font-size: 14px;
  font-weight: 600;
  margin: 0; }

.smart-search-wrapper .item-ult .title p del {
  font-size: 12px;
  font-weight: 400;
  margin-left: 10px;
  color: #797979; }

.smart-search-wrapper .resultsMore {
  border-top: 1px dotted #dfe0e1;
  width: 100%; }

.smart-search-wrapper .resultsMore a {
  font-weight: 500;
  text-align: center;
  display: block;
  font-size: 14px;
  padding: 10px 0; }

.smart-search-wrapper .dataEmpty {
  text-align: center;
  padding: 20px 0; }

.smart-search-wrapper .search-suggest p {
  margin: 0 0 12px; }

.smart-search-wrapper .search-suggest li {
  margin-bottom: 5px; }

.smart-search-wrapper .search-suggest li a {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--shop-color-text); }

@media (min-width: 992px) {
  .smart-search-wrapper .item-ult:nth-child(n + 6) {
    display: none; }
  .smart-search-wrapper .resultsMore.resultsMore-desktop {
    display: block; }
  .smart-search-wrapper .resultsMore.resultsMore-mobile {
    display: none; } }

@media (max-width: 991px) {
  .smart-search-wrapper .resultsMore.resultsMore-desktop {
    display: none; }
  .smart-search-wrapper .resultsMore.resultsMore-mobile {
    display: block; } }

.resultsdata img {
  aspect-ratio: 1 / 1;
  object-fit: contain; }

.site-header-cta:hover {
  color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  transform: scale(1.05); }

.site-header-nav-item a.active {
  position: relative; }
  .site-header-nav-item a.active:after {
    content: '';
    position: absolute;
    bottom: 2px;
    width: 100%;
    background: #005eb8;
    height: 3px;
    left: 0; }

.gridmenu1 a {
  position: relative;
  display: inline-block; }

.gridmenu1 a:hover {
  color: #005eb8 !important;
  transition: 0.3s all ease;
  font-weight: bold; }
  .gridmenu1 a:hover:after {
    content: '';
    position: absolute;
    bottom: -10px;
    width: 100%;
    background: #005eb8;
    height: 3px;
    left: 0; }

.overlaymaner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3); }

.home-slide-layout {
  position: relative; }
  .home-slide-layout .overlaymaner {
    background: rgba(0, 0, 0, 0.15); }

.home-slide-layout-inner {
  position: relative;
  z-index: 9; }

.product-card img {
  transition: 0.3s all ease; }

.product-card:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25); }
  .product-card:hover img {
    transform: scale(1.05);
    transition: 0.3s all ease; }

.product-badge:hover {
  background: #E8F1F8;
  box-shadow: 0 0 4px 0 rgba(0, 166, 239, 0.44); }

.product-cardglobal .product-tag-badge:hover {
  color: #00A6EF;
  background: #E8F1F8;
  box-shadow: 0 0 5px 0 rgba(0, 166, 239, 0.44); }

.product-cardglobal .btn-black:hover {
  background: #0060AE;
  color: #fff;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25); }

.product-cardglobal .btn-gray:hover {
  background: #E8F1F8; }

.compare-popup__button:hover {
  background: #0060AE !important;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25) !important;
  color: #fff !important; }

.home-support-cta-buttons .btn:hover {
  box-shadow: 0 4px 4px 0 #E8F1F8; }

.home-support-cta-buttons .btn.btn.btn-outline {
  color: #0060AE; }

.pagination a:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25); }

.page-number:hover {
  background-color: #0060AE;
  color: #fff; }

.compare-table__button:hover {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #0060AE;
  color: #fff; }

.support-box:hover {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25); }

.home-blog-2col-list .list-item-thumb {
  padding: 10px; }
  .home-blog-2col-list .list-item-thumb img {
    transition: 0.3s all ease; }

.list-item-thumb:hover {
  background: #f5f5f5; }
  .list-item-thumb:hover img {
    transform: scale(1.05);
    transition: 0.3s all ease; }

.site-header.fixed {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; }

@media (min-width: 992px) {
  .site-header-nav-list {
    justify-content: flex-end;
    margin-right: 45px !important; } }

.sectioni4-item {
  cursor: pointer; }

.product-cardglobal .product-tag-badge {
  margin-bottom: 10px; }

.product-cardglobal .product-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

@media (max-width: 767px) {
  .product-cardglobal .product-tag-badge {
    font-size: 9px; }
  .product-cardglobal .price--regular {
    font-weight: 700;
    color: #111;
    font-size: 13px; }
  .product-cardglobal .product-buttons .btn {
    font-size: 9px;
    padding: 6px 7px; }
  .product-cardglobal .product-buttons {
    gap: 5px; } }

@media (min-width: 768px) {
  .product-tag-badgeq {
    min-height: 45px; } }

@media only screen and (max-height: 450px) and (orientation: landscape) {
  .home-slide-layout .container {
    max-width: 100%; }
  .home-slide-layout-inner {
    grid-template-columns: 50% auto !important; }
  .home-slide-info-box {
    flex: 1 1 100%;
    max-width: 250px;
    min-width: 70% !important;
    margin-top: 0; }
  .home-slide-info-boxes {
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    overflow-x: scroll; } }
