.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
  }
  .section_slider {
    margin-bottom: 0px;
  }
  .section_slider .home-slider .slider-text {
    position: absolute;
    top: 100%;
    transform: translate(0, -50%);
    left: 0px;
    right: 0;
    text-align: left;
    border-radius: 5px;
    color: #fff;
    z-index: 2;
    transition: 2s all;
    opacity: 0;
  }
  .section_slider .home-slider .slider-text .slider-content {
    padding: 30px;
    max-width: 600px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .section_slider .home-slider .slider-text .slider-content .title {
    color: #fff;
    font-size: 40px;
    line-height: 1.2;
    position: relative;
    transition: 1.4s all;
    margin-bottom: 15px;
  }
  .section_slider .home-slider .slider-text .slider-content .desc {
    color: #fff;
    font-size: 16px;
    transition: 1.4s all;
    margin-bottom: 15px;
  }
  .section_slider .home-slider .slider-text .slider-content .button {
    background-color: var(--mainColor);
    color: #fff;
    padding: 8px 32px;
    border: 0;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
  }
  .section_slider .home-slider .swiper-slide {
    text-align: center;
  }
  .section_slider .home-slider .swiper-slide img {
    
    display: block;
    margin: 0 auto;
  }
  @media (min-width: 844px) {
    .section_slider .home-slider .swiper-slide img {
      width: 1920px;
    height: 950px;
      display: block;
      margin: 0 auto;
    }
  }
  .section_slider .home-slider .swiper-slide.swiper-slide-active .slider-text {
    opacity: 1;
    top: 50%;
  }
  .section_slider .home-slider .swiper-button-next:after,
  .section_slider .home-slider .swiper-button-prev:after {
    font-size: 20px;
    color: #000;
  }
  .section_collection {
    padding: 60px 0px;
  }
  .section_collection .item {
    width: 100%;
    height: 100%;
    background-color: #f6f4f0;
  }
  .section_collection .item .image {
    display: block;
    overflow: hidden;
    position: relative;
  }
  .section_collection .item .image a {
    overflow: hidden;
    width: 100%;
    display: flex;
    -o-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -os-justify-content: center;
    -o-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -os-display: flex;
    align-items: center;
    position: relative;
    height: auto !important;
    padding-bottom: 100%;
  }
  .section_collection .item .image img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    will-change: opacify;
    transform: scale(1);
    transition: all 0.5s ease;
  }
  .section_collection .item .info {
    text-align: left;
    z-index: 1;
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
  }
  .section_collection .item .info h3 {
    margin: 0 10px;
  }
  .section_collection .item .info h3 a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--textColor);
    font-size: 15px;
    font-weight: 600;
    background-color: #fff;
    padding: 10px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
  }
  .section_collection .item .info h3 a .icon-wrap {
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    left: auto;
    right: 7%;
    margin-left: 0.8rem;
    white-space: nowrap;
    transition: transform 0.1s ease;
    overflow: hidden;
  }
  .section_collection .item .info h3 a .icon-wrap svg {
    opacity: 0;
    width: calc(1 * 1.5rem);
  }
  .section_collection .item .info h3 a .count {
    opacity: 1;
  }
  @media (max-width: 640px) {
    .section_collection .item .info h3 a {
      font-size: 14px;
    }
  }
  .section_collection .item:hover .image img {
    transform: scale(1.03);
  }
  .section_collection .item:hover .info h3 a {
    color: #fff;
    background-color: var(--mainColor);
  }
  .section_collection .item:hover .info h3 a .count {
    opacity: 0;
  }
  .section_collection .item:hover .info h3 a .icon-wrap svg {
    opacity: 1;
  }
  .section_collection .swiper-pagination {
    position: static;
    margin-top: 10px;
  }
  @media (max-width: 767px) {
    .section_collection {
      padding: 40px 0px;
    }
  }
  .section_about {
    padding: 0px 0px 60px 0px;
    padding-top: 20px;
  }
  .section_about .about-image {
    text-align: center;
  }
  .section_about .about-image img {
    max-width: 100%;
  }
  @media (max-width: 991px) {
    .section_about .about-image {
      margin-bottom: 20px;
    }
  }
  .section_about .about-info .title-top {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
    line-height: 25px;
    text-transform: uppercase;
  }
  .section_about .about-info .title {
    font-size: 32px;
    margin-bottom: 25px;
    line-height: 40px;
  }
  @media (max-width: 320px) {
    .section_about .about-info .title {
      font-size: 26px;
      line-height: 35px;
    }
  }
  .section_about .about-info .desc {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 25px;
  }
  .section_about .about-info .item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .section_about .about-info .item .icon {
    margin-right: 10px;
  }
  .section_about .about-info .item .icon img {
    width: 20px;
  }
  .section_about .about-info .item .info {
    font-weight: 500;
    font-size: 16px;
  }
  .section_flash_sale {
    position: relative;
    padding: 80px 0px;
    background-image: url(../../../../../../assets/bia/5.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section_flash_sale .block-title {
    position: relative;
    z-index: 6;
    margin-bottom: 30px;
  }
  @media (max-width: 991px) {
    .section_flash_sale .block-title {
      display: block;
    }
  }
  .section_flash_sale .block-title h2 {
    line-height: 52px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .section_flash_sale .block-title h2 a {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
  }
  @media (max-width: 545px) {
    .section_flash_sale .block-title h2 a {
      font-size: 28px;
    }
  }
  @media (max-width: 320px) {
    .section_flash_sale .block-title h2 a {
      font-size: 24px;
    }
  }
  .section_flash_sale .block-title h2 a:hover {
    opacity: 0.6;
  }
  .section_flash_sale .block-title .desc {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
  }
  .section_flash_sale .timer {
    position: relative;
    z-index: 9;
  }
  .section_flash_sale .timer .time {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .section_flash_sale .timer .time .block-timer {
    padding: 5px 10px;
    color: #fff;
    width: calc(100% / 2);
    text-align: center;
    background-color: var(--mainColor);
  }
  .section_flash_sale .timer .time .block-timer p {
    font-size: 18px;
    display: block;
    margin: 0px;
    font-weight: bold;
  }
  .section_flash_sale .timer .time .block-timer span {
    display: block;
    font-size: 14px;
  }
  .section_flash_sale .timer .time .doted-timer {
    display: none;
  }
  @media (max-width: 991px) {
    .section_flash_sale .timer {
      margin-bottom: 30px;
    }
  }
  .section_flash_sale .thumb-flasale {
    position: relative;
    z-index: 9;
  }
  .section_flash_sale .thumb-flasale .item_product_main {
    padding: 10px;
    background-color: #fff;
  }
  @media (max-width: 767px) {
    .section_flash_sale {
      padding: 40px 0px;
    }
  }
  .section_flash_sale .swiper-pagination {
    position: static;
    margin-top: 10px;
  }
  .section_flash_sale .background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
  }
  .flashsale__bottom {
    display: flex;
    flex-wrap: wrap-reverse;
    margin-top: 10px;
  }
  .flashsale__bottom .flashsale__label {
    font-size: 12px;
  }
  .flashsale__bottom .flashsale__progressbar {
    display: block;
    width: 100%;
    height: 10px;
    background: #f3f3f3;
    margin-bottom: 3px;
    border-radius: 9999px;
    position: relative;
    overflow: hidden;
  }
  .flashsale__bottom .flashsale__progressbar.style2 {
    height: 18px;
  }
  .flashsale__bottom .flashsale__progressbar.style2 .flashsale__label {
    font-size: 12px;
    position: relative;
    left: 0;
    z-index: 2;
    text-align: center;
    margin: auto;
  }
  .flashsale__bottom .flashsale___percent {
    width: 0%;
    height: 100%;
    background: linear-gradient(
      270deg,
      var(--gradient1) 0.46%,
      var(--gradient2) 98.15%
    );
    border-radius: 99px 0 0 99px;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .section_banner {
    padding: 60px 0px;
    position: relative;
  }
  .section_banner .banner-wrapper {
    position: relative;
  }
  .section_banner .banner-wrapper .banner-image {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .section_banner .banner-wrapper .banner-image a {
    width: 100%;
  }
  .section_banner .banner-wrapper .banner-image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section_banner .banner-wrapper .banner-image:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s linear;
    background-color: #000;
  }
  .section_banner .banner-wrapper .banner-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
  }
  .section_banner .banner-wrapper .banner-content .banner-inner {
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    opacity: 0;
    transform: scale(1);
    transition: all 0.3s linear;
    text-align: center;
  }
  .section_banner .banner-wrapper .banner-content .banner-inner .sub-title {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .section_banner .banner-wrapper .banner-content .banner-inner .title {
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .section_banner .banner-wrapper .banner-content .banner-inner .title a {
    color: #fff;
  }
  .section_banner .banner-wrapper .banner-content .banner-inner .title a:hover {
    color: var(--mainColor);
  }
  .section_banner .banner-wrapper .banner-content .banner-inner .description {
    font-size: 14px;
    margin: 10px 0px;
  }
  .section_banner .banner-wrapper .banner-content .banner-inner .banner-button {
    min-height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding: 0px 30px;
    color: var(--mainColor);
    background-color: #fff;
    text-transform: uppercase;
  }
  .section_banner
    .banner-wrapper
    .banner-content
    .banner-inner
    .banner-button:hover {
    color: #fff;
    background-color: var(--mainColor);
  }
  .section_banner .banner-wrapper:hover .banner-image:before {
    opacity: 1;
    transition: all 0.3s linear;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .section_banner .banner-wrapper:hover .banner-inner {
    opacity: 1;
    transform: scale(1.1);
    transition: all 0.3s linear;
  }
  @media (min-width: 1199px) {
    .section_banner .swiper-pagination-bullets {
      display: none;
    }
  }
  .section_product_set {
    position: relative;
  }
  .section_product_set .product-set-banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
  }
  .section_product_set .product-set-banner img {
    width: 100%;
    height: auto;
    max-width: 100%;
    min-height: 500px;
    object-fit: cover;
  }
  @media (max-width: 500px) {
    .section_product_set .product-set-banner img {
      min-height: 350px;
    }
  }
  .section_product_set .product-set-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 5% 10px;
    display: flex;
  }
  .section_product_set .product-set-content .container {
    position: relative;
  }
  .section_product_set .product-set-content .text-start {
    max-width: 450px;
    text-align: left;
    position: relative;
    z-index: 9;
}

.section_product_set .product-set-content .text-start::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px; /* Mở rộng phần bên trái */
    right: 0;
    bottom: -20px;
    background-color: rgba(0, 0, 0, 0.4); /* Màu đen xám với độ trong suốt */
    z-index: -1; /* Đặt dưới nội dung */
    
}

  .section_product_set .product-set-content .text-start h2 {
    color: #fff;
    font-size: 32px;
    font-weight: normal;
    line-height: 45px;
    margin-bottom: 20px;
  }
  .section_product_set .product-set-content .text-start .desc {
    color: #fff;
    font-size: 15px;
  }
  .section_product_set .product-set-content .text-start .ctas-btn {
    margin-top: 40px;
  }
  .section_product_set .product-set-content .text-start .ctas-btn .btn {
    color: #fff;
    font-size: 14px;
    padding: 15px 30px;
    border: 1px solid #fff;
    letter-spacing: 2px;
    border-radius: 50px;
    display: inline-block;
    text-transform: uppercase;
  }
  .section_product_set .product-set-content .text-start .ctas-btn .btn:hover {
    border-color: var(--mainColor);
    background-color: var(--mainColor);
  }
  .section_product_set .thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 3;
  }
  .section_product_set .thumb .img_big {
    max-width: 100%;
  }
  .section_product_set .thumb .thumb-dot {
    position: absolute;
    z-index: 9;
    cursor: pointer;
  }
  .section_product_set .thumb .thumb-dot .dot {
    width: 20px;
    display: block;
    height: 20px;
    border-radius: 50%;
    position: relative;
    background-color: #fff;
  }
  .section_product_set .thumb .thumb-dot .dot:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border-radius: 50%;
    border: 1px solid #ffffff;
  }
  .section_product_set .thumb .thumb-dot .product-dot {
    display: none;
    position: absolute;
    bottom: calc(100% + 13px);
    background: #fff;
    width: 150px;
    padding: 5px;
    border-radius: 4px;
  }
  .section_product_set .thumb .thumb-dot .product-dot.left {
    left: -32px;
  }
  .section_product_set .thumb .thumb-dot .product-dot.left:after {
    left: 33px;
  }
  .section_product_set .thumb .thumb-dot .product-dot.right {
    right: -32px;
  }
  .section_product_set .thumb .thumb-dot .product-dot.right:after {
    right: 33px;
  }
  .section_product_set .thumb .thumb-dot .product-dot .image {
    overflow: hidden;
    height: auto;
    display: block;
    position: relative;
    max-width: 100%;
    height: auto;
    padding-bottom: 100%;
    margin-bottom: 5px;
  }
  .section_product_set .thumb .thumb-dot .product-dot .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  @media (max-width: 767px) {
    .section_product_set .thumb .thumb-dot .product-dot .image {
      min-width: 40px;
    }
  }
  .section_product_set .thumb .thumb-dot .product-dot .info h3 {
    margin-bottom: 0;
    font-size: 16px;
  }
  @media (max-width: 767px) {
    .section_product_set .thumb .thumb-dot .product-dot .info h3 {
      font-size: 14px;
    }
  }
  .section_product_set .thumb .thumb-dot .product-dot .info span {
    color: var(--priceColor);
    font-weight: 700;
    font-size: 16px;
  }
  @media (max-width: 767px) {
    .section_product_set .thumb .thumb-dot .product-dot .info span {
      font-size: 14px;
    }
  }
  .section_product_set .thumb .thumb-dot .product-dot:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 13px;
  }
  .section_product_set .thumb .thumb-dot .product-dot:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    content: "";
    position: absolute;
    top: 100%;
  }
  @media (max-width: 767px) {
    .section_product_set .thumb .thumb-dot .product-dot {
      width: 165px;
    }
  }
  .section_product_set .thumb .thumb-dot:hover .product-dot {
    display: block;
  }
  @media (max-width: 991px) {
    .section_product_set .thumb {
      display: none;
    }
  }
  .section_product_tab {
    padding: 60px 0px;
  }
  .section_product_tab .block-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  @media (max-width: 991px) {
    .section_product_tab .block-title {
      display: block;
    }
    .section_product_tab .block-title h2 {
      margin-bottom: 10px;
    }
  }
  .section_product_tab .block-title .tabs-title {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .section_product_tab .block-title .tabs-title .tab-link {
    color: #ababab;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
  }
  .section_product_tab .block-title .tabs-title .tab-link span {
    display: block;
  }
  .section_product_tab .block-title .tabs-title .tab-link:hover {
    color: var(--textColor);
  }
  .section_product_tab .block-title .tabs-title .tab-link.current {
    color: var(--textColor);
  }
  @media (max-width: 991px) {
    .section_product_tab .block-title .tabs-title {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      margin-bottom: 15px;
    }
    .section_product_tab .block-title .tabs-title li {
      flex-shrink: 0;
    }
  }
  .section_product_tab .tab-content {
    opacity: 0;
    height: 0;
    overflow: hidden;
  }
  .section_product_tab .tab-content.current {
    opacity: 1;
    height: auto;
    position: relative;
    min-height: 60px;
  }
  .section_product_tab .tab-content.current .loading {
    position: absolute;
    top: 0;
    left: 50%;
  }
  .section_product_tab .swiper-pagination-bullets {
    position: static;
    margin-top: 10px;
  }
  @media (max-width: 767px) {
    .section_product_tab {
      padding: 40px 0px;
    }
  }
  .section_product {
    padding: 60px 0px;
  }
  .section_product .swiper-pagination-bullets {
    position: static;
    margin-top: 10px;
  }
  @media (max-width: 767px) {
    .section_product {
      padding: 40px 0px;
    }
  }
  .section_testimonials {
    position: relative;
  }
  .section_testimonials .testimonials-flex {
    flex-wrap: wrap;
    display: flex;
  }
  .section_testimonials .testimonials-flex .testimonials-image {
    width: 100%;
    background-image: url(../../../../../../assets/bia/7.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  @media (min-width: 1200px) {
    .section_testimonials .testimonials-flex .testimonials-image {
      width: 50%;
    }
  }
  @media (min-width: 768px) and (max-width: 1199px) {
    .section_testimonials .testimonials-flex .testimonials-image {
      width: 40%;
    }
  }
  .section_testimonials .testimonials-flex .testimonials-carousel {
    width: 100%;
    padding: 60px 15px;
    background-color: var(--mainColor2);
  }
  .section_testimonials .testimonials-flex .testimonials-carousel .block-title {
    text-align: center;
  }
  @media (min-width: 1200px) {
    .section_testimonials .testimonials-flex .testimonials-carousel .block-title {
      text-align: left;
    }
  }
  @media (min-width: 1200px) {
    .section_testimonials
      .testimonials-flex
      .testimonials-carousel
      .testimonials-content {
      transform: translateX(-30%);
    }
  }
  @media (min-width: 1200px) {
    .section_testimonials .testimonials-flex .testimonials-carousel {
      width: 50%;
      padding: 140px 15px 140px 70px;
    }
  }
  @media (min-width: 768px) and (max-width: 1199px) {
    .section_testimonials .testimonials-flex .testimonials-carousel {
      width: 60%;
      padding: 80px 15px 80px 15px;
    }
  }
  .section_testimonials .testimonials-flex .testimonials {
    height: 100%;
    padding: 30px;
    background-color: #fff;
  }
  .section_testimonials .testimonials-flex .testimonials .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .section_testimonials .testimonials-flex .testimonials .info .author {
    display: flex;
    align-items: center;
  }
  .section_testimonials .testimonials-flex .testimonials .info .author img {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-right: 15px;
  }
  .section_testimonials
    .testimonials-flex
    .testimonials
    .info
    .author
    .details-info
    h5 {
    color: var(--textColor);
    font-size: 18px;
    line-height: 25px;
    display: block;
  }
  .section_testimonials
    .testimonials-flex
    .testimonials
    .info
    .author
    .details-info
    span {
    color: #8d9396;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
  .section_testimonials .testimonials-flex .testimonials .info .icon {
    text-align: right;
  }
  .section_testimonials .testimonials-flex .testimonials .info .icon svg {
    width: 33px;
    height: 24px;
  }
  @media (max-width: 575px) {
    .section_testimonials .testimonials-flex .testimonials .info .icon {
      display: none;
    }
  }
  .section_testimonials .testimonials-flex .testimonials .content {
    color: #465058;
    font-size: 14px;
    margin-top: 20px;
    font-style: italic;
  }
  @media (max-width: 767px) {
    .section_testimonials .testimonials-flex .testimonials .content {
      font-size: 15px;
      line-height: 22px;
    }
  }
  @media (max-width: 375px) {
    .section_testimonials .testimonials-flex .testimonials {
      padding: 30px 20px;
    }
  }
  .section_testimonials .testimonials-flex .swiper-pagination {
    position: static;
    margin-top: 20px;
  }
  .section_blog {
    padding: 60px 0px;
  }
  .section_blog .block-blog {
    margin: -30px -10px;
  }
  .section_blog .block-blog .blog-swiper {
    padding: 30px 10px;
  }
  .section_blog .block-blog .swiper-button-next:after,
  .section_blog .block-blog .swiper-button-prev:after {
    font-size: 15px;
    font-weight: bold;
  }
  .section_blog .block-blog .swiper-button-next {
    right: 0px;
  }
  .section_blog .block-blog .swiper-button-prev {
    left: 0px;
  }
  .section_blog .item-blog {
    position: relative;
    padding: 10px;
    height: 100%;
    -webkit-box-shadow: 0px 6px 10px 0px rgba(76, 76, 76, 0.1);
    box-shadow: 0px 6px 10px 0px rgba(76, 76, 76, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.036);
    border-radius: 10px;
  }
  .section_blog .item-blog .block-thumb {
    position: relative;
  }
  .section_blog .item-blog .block-thumb .thumb {
    padding-bottom: 100%;
    display: block;
    height: 0;
    position: relative;
  }
  .section_blog .item-blog .block-thumb .thumb img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    position: absolute;
  }
  .section_blog .item-blog .block-thumb .badge {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 15px;
    background-color: var(--mainColor);
  }
  .section_blog .item-blog .block-content {
    padding: 10px 0px;
  }
  .section_blog .item-blog .block-content h3 {
    font-size: 15px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial;
    overflow: hidden;
    margin: 0 0 6px;
    line-height: 1.4;
    min-height: 42px;
  }
  .section_blog .item-blog .block-content h3 a {
    font-size: 15px;
    font-weight: bold;
    color: var(--textColor);
  }
  .section_blog .item-blog .block-content h3 a:hover {
    color: var(--mainColor);
  }
  .section_blog .item-blog .block-content .time-post {
    display: flex;
    gap: 15px;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: var(--textColor);
    margin: 0 0 10px;
  }
  .section_blog .item-blog .block-content .time-post svg {
    width: 15px;
    height: 15px;
    margin-top: -3px;
    margin-right: 2px;
  }
  .section_blog .item-blog .block-content .article-content {
    color: #535353;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: initial;
    overflow: hidden;
  }
  @media (max-width: 767px) {
    .section_blog {
      padding: 40px 0px;
    }
  }
  .section_instagram {
    padding: 60px 0px;
    background-color: var(--mainColor2);
  }
  .section_instagram .block-title {
    text-align: center;
  }
  .section_instagram .block-title h2 {
    font-weight: 500;
    font-size: 22px;
  }
  @media (max-width: 375px) {
    .section_instagram .block-title h2 {
      font-size: 20px;
    }
  }
  @media (max-width: 320px) {
    .section_instagram .block-title h2 {
      font-size: 18px;
    }
  }
  .section_instagram .thumb-image {
    position: relative;
  }
  .section_instagram .thumb-image .instagram {
    display: block;
    overflow: hidden;
  }
  .section_instagram .thumb-image .instagram img {
    transform: translateZ(0);
    transition: transform 0.3s ease;
  }
  .section_instagram .thumb-image .instagram:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    visibility: hidden;
    transition: opacity 0.3s ease;
    background-color: rgba(37, 37, 37, 0.45);
  }
  .section_instagram .thumb-image .instagram:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    width: 32px;
    height: 32px;
    z-index: 2;
    visibility: hidden;
    transition: opacity 0.3s ease;
    background-image: url(//bizweb.dktcdn.net/100/499/932/themes/926650/assets/insta-white.png?1705830293643);
    background-repeat: no-repeat;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
  }
  .section_instagram .thumb-image .instagram:hover img {
    transform: scale(1.2);
  }
  .section_instagram .thumb-image .instagram:hover:before {
    opacity: 1;
    visibility: visible;
  }
  .section_instagram .thumb-image .instagram:hover:after {
    opacity: 1;
    visibility: visible;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }
  