img{
    border-radius:5px;
}

.header-account ul{
    display:none;
}
.header-account:hover ul{
    display: block;
    position: absolute;
    top: 100%;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .15);
    z-index: 99;
    min-width: 220px;   
}
.section_slider img{
    width:100%;
}
.section__title,
h1.title-head{
        font-weight: 700;
        text-transform:uppercase;
        font-family: "Geologica", sans-serif;
        color: var(--shop-color-title);
}
h1.title-head{
    margin-bottom:1rem;
}
@media (max-width:991px){
    h1.title-head{
        font-size: 32px;
        line-height:38px;
    }
}
@media (max-width:767px){
    h1.title-head{
        font-size: 28px;
        line-height:34px;
    }
}
.section__description{
    max-width:800px;
    margin:0 auto;
}
@media (min-width:992px){
    .service-about_text_video .section__title{
            font-size: 24px;
    line-height: 30px;
    }
}
@media (min-width:1200px){
    .section__title{
            font-size: 42px;
    line-height: 48px;
    }
    .service-about_text_video .section__title{
            font-size: 32px;
    line-height: 38px;
    }
}
@media (min-width:1500px){
    .service-about_text_video .section__title{
            font-size: 36px;
    line-height: 42px;
    }
}
.section_useful__item h3{
        font-size: 18px;
    font-weight: bold;
    min-height:52px;
}
.section_useful__item p{
    margin-bottom:0;
}
.section_useful__item img{
    width:100px;
}
@media (max-width:575px){
    .section_useful__item{
        margin-bottom:1rem;
    }
    .section_useful__item img{
        width:60px;
    }
   .section_useful__item h3{
       font-size:14px;
       line-height:22px;
       min-height:44px;
   }
   .section_useful__item p{
       font-size:12px;
   }
}
.section__heading{
    margin-bottom:3rem;
}
@media (max-width:1499px){
    .section__heading{
        margin-bottom:2rem;
    }
}
.product-info__label-star{
    display: flex;
    align-items: center;
}
.product-info__label-star span{
    font-size:14px;
    margin-left:0.5rem;
}
.product-info__label-star svg{
    width:18px;
    height:18px;
}
 .carousel-slide-item {
    text-align: center;
}
.carousel-slide-image {
    width: 100%;
    height: auto;
    display: block;
}
.carousel-slide-title {
    margin-top: 8px;
    font-size: 14px;
    color: #333;
}
.service-about_text_video{
     background: #FFD7E8;
    padding: 50px 0;
    margin-bottom:0;
}
 .service-about_text_video-video{
 	position:relative;

 }
 .service-about_text_video-video img{
     width:100%;
 }
 .service-about_text_video-video > a{
 	display:block
 }
 .service-about_text_video-video svg{
     position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    width:50px;
    height:50px;
 }
 .service-about_text_video-video svg path{
     fill:#fff
 }
 @media (max-width:991px){
     .service-about_text_video{
         padding:3rem 0;
     }
     .service-about_text_video-video{
         order:2;
     }
     .service-about_text_video-text{
         order:1;
     }
 }
 .section-news{
    margin-bottom:0;
 }
 .news-item.news-item__first{
     margin-bottom:5rem;
     text-align:center;
 }
 .news-item__content{
     padding:1.5rem;
     background:#fff;
 }
 .news-item h3{
     font-size:18px;
     line-height:24px;
     font-weight:bold;
 }
 .news-item:not(.news-item__first) h3{
     min-height:48px;
 }
 .news-item:not(.news-item__first) h3 a{
     overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
 }
 .news-item img{
     width:100%;
 }
 .news-item p{
     overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
 }
 .news-item__btn a{
         text-decoration: underline;
 }
 .form-newsletter__inside > .row{
         justify-content: center;
 }
 .form-newsletter__item input{
     width:100%;
 }
 .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
              border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.newsletter_home{
        background: #ffb8af;
    padding: 50px 0;
    margin-bottom:0 !important;
}
.form-newsletter__item .btn-action .btn{
    margin-top: 1rem;
}
.btn{
      background: #dd2576;
    color: #fff;
    font-weight: bold;
    border-radius: 100px;
    display: inline-block;
    padding: 0.5rem 3rem;
}
.blog__banner{
    position:relative;
}
.blog__banner:before{
       content: "";
    display: block;
    background: #00000045;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.blog__banner h1{
      font-size: 90px;
    line-height: 96px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position:relative;
    text-align:center;
}
.blog__banner-content{
        position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index:1;
}
.layout-blog{
    background:#f2f2f2;
}
.blog-child{
    padding: 2rem 0;
    border-bottom: 1px solid #e2e2e2;
    text-align:center;
}
.blog-child ul{
    white-space: nowrap;
    overflow: auto;
}
.layout-blog__bottom{
    margin-top:3rem;
}
.blog-child ul li{
    display:inline-block;
}
.blog-child ul li:not(:last-child){
    margin-right:3rem;
}
.blog-child ul li a{
    text-transform:uppercase;
}
.item-blog{
    background:#fff;
}
.item-blog .block-content{
    padding:10px;
}
.item-blog .block-content h3{
    font-size:18px;
    line-height:24px;
    font-weight:bold;
    min-height:76px;
}
.item-blog .block-content > a{
    font-weight: bold;
    text-decoration: underline;   
}
.layout-blog__bottom .row{
    margin:0 -0.5rem;
}
.layout-blog__bottom .row > div{
    padding:0 0.5rem;
}
.blog-style-main{
    padding-bottom:3rem;
}
@media (min-width:992px){
    .list-blogs > .row,
    .article-main > .row{
            justify-content: center;
    }
}
 @media (max-width:1499px){
     .newsletter_home{
         padding:3rem 0;
     }
 }
 @media (max-width:991px){
     .news-item.news-item__first{
         margin-bottom:2rem;
     }
      .news-item__content{
         padding:0.5rem;
     }
     .news-item{
         margin-bottom:0.5rem;
     }
 }
 
 
/* ======= Bố cục blog-style-1 ======= */
.blog-style-2 {
    padding-bottom:50px;
}

.blog-style-1 h3,
.blog-style-2 h3 {
  margin-bottom: 25px;
  font-weight: bold;
}

/* ======= Bài viết lớn ======= */
.article-card {
  display: flex;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  min-height: 200px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  height:100%;
}

.article-text p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #909090;
}
.article-card .article-text {
  flex: 1;
  padding: 1rem;
}

.article-card .article-text h4 {
  font-size: 18px;
  line-height:24px;
  margin-bottom: 10px;
  font-weight:bold;
}


.article-card .article-text a {
  display: inline-block;
  margin-top: 10px;
  font-weight: bold;
}
.article-card .article-text a.readmore{
    text-decoration: underline;   
}

.article-card .article-image {
  width: 55%;
  min-width: 180px;
  max-width: 360px;
}

.article-card .article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ======= Bài viết nhỏ - ảnh bên phải ======= */
.article-card-small {
  display: flex;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  min-height: 120px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  height:calc(50% - 0.5rem);
}
.article-card-small:not(:last-child){
    margin-bottom:1rem;
}

.article-card-small .article-text {
  flex: 1;
  padding: 1rem;
}

.article-card-small .article-text h5 {
  font-size: 16px;
  line-height:22px;
  font-weight:bold;
  margin-bottom: 8px;
}

.article-card-small .article-text a.readmore {
  font-weight: bold;
  text-decoration: underline;   
}

.article-card-small .article-image {
  width: 55%;
  flex-shrink: 0;
  order: 2;
  max-width:360px;
}

.article-card-small .article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ======= blog-style-2 (Discover More) ======= */
.blog-style-2 .articles-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.blog-style-2 .articles-grid .left-column {
    width:60%;
}

.blog-style-2 .articles-grid .right-column {
    width:40%;
}

.blog-style-2 .left-column {
  flex: 1;
  min-width: 300px;
}

.article-card-full {
  display: flex;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.right-column .article-card-full {
    height: calc(33.33% - 2rem / 3);
}

.right-column .article-card-full:not(:last-child){
    margin-bottom:1rem;
}

.article-card-full .article-image {
  width:200px;
  flex-shrink: 0;
  min-width:200px;
}
.article-card-full.article-card-full-first{
    display:block;
    height:100%;
}
.article-card-full.article-card-full-first .article-image{
    width:100%;
}

.article-card-full .article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-card-full .article-text {
  flex: 1;
  padding: 1rem;
}

.article-card-full .article-text h5 {
  font-size: 18px;
  line-height:24px;
  margin-bottom: 8px;
  font-weight:bold;
}


.article-card-full .article-text a {
  font-weight: bold;
  text-decoration:underline
}

/* ======= Responsive Mobile ======= */
@media (max-width: 768px) {
  .article-card,
  .article-card-small,
  .article-card-full {
    flex-direction: column;
  }

  .article-card .article-image,
  .article-card-small .article-image,
  .article-card-full .article-image {
    width: 100%;
  }

  .article-card-small .article-image {
    order: 0;
  }

  .blog-style-2 .articles-grid {
    flex-direction: column;
  }
}
@media (min-width:1500px){
    .section_about_swap h2{
        font-size:42px;
        line-height:48px;
        font-weight:bold;
    }
}
.section_about_swap h2{
        font-weight:bold;
        text-transform:uppercase;
        color:var(--shop-color-main);
    }
    .section_about_swap .row{
        margin:0;
    }
    .section_about_swap .section_about_swap__image{
        padding:0;
    }
    .section_about_swap img{
        width:100%;
    }
    .section_about_swap .section_about_swap__text{
        padding:20px 120px;
    }
    .section_about_swap .btn{
          border-radius: 30px;
    border: 1px solid;   
    margin-top:1rem;
    }
    .section_about_swap .btn:hover{
        background:var(--shop-color-main);
        color:#fff;
    }
    
    .team-box-2 {
        position: relative;
    }
    .team-box-2-image {
        position: relative;
    }
    .team-box-2-image img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 5px;
    }
    .team-box-2-name h3 {
        font-size: 24px;
        line-height:30px;
        font-weight: bold;
        color:var(--shop-color-main);
    }
    .team-box-2-content{
        margin-top:1rem;
    }
    .team-box-2-social{
        margin-top:1rem;
    }
    .team-box-2-social svg{
        width:50px;
        height:50px;
    }
    .team-box-2-social svg path{
        fill:var(--shop-color-main)
    }
  
    @media (max-width:1500px){
        .section_about_swap .section_about_swap__text{
            padding:2rem;
        }
        .section_about_swap h2{
            font-size:32px;
            line-height:38px;
        }
        .blog__banner h1{
            font-size:42px;
            line-height:48px;
        }
    }
    @media (max-width:1199px){
        .section_about_swap h2{
            font-size:28px;
            line-height:34px;
        }
        .blog__banner h1{
            font-size: 36px;
            line-height: 42px;
        }
        .section_about_swap > .row:not(:last-child){
            margin-bottom:2rem;
        }
    }
     @media (max-width:991px){
        .section_about_swap .section_about_swap__text{
            padding:1rem;
        }
            .section_about_swap h2{
                font-size: 24px;
                line-height: 30px;
            }
            .team-box-2{
                margin-bottom:2rem;
            }
            .article-card-small:first-child{
                margin-top:1rem;
            }
            .layout-blog__bottom section{
                margin-bottom:3rem;
            }
            .blog-style-2 .articles-grid{
                display:block;
            }
            .blog-style-2 .articles-grid .left-column{
                width:100%;
                margin-bottom:1rem;
            }
            .blog-style-2 .articles-grid .right-column{
                width:100%;
            }
            .article-card .article-image,
          .article-card-small .article-image,
          .article-card-full .article-image {
              height:auto;
          }
         .section_about_swap .row:nth-child(even) .section_about_swap__image{
             order:2;
         }
     }
     @media (max-width:767px){
         .section_about_swap > .row:not(:last-child){
             margin-bottom:2rem;
         }
          .article-card .article-image{
              max-width:100%;
              width:100%;
          }
          .article-card-small .article-image{
                 max-width:100%;
              width:100%;
          }
          .blog__banner h1{
              font-size:24px;
              line-height:30px;
          }
          .blog__banner{
              min-height:200px;
          }
     }
     .logo img{
         max-width:150px;
     }
     .header-menu,
     .search-header{
             border-top: 1px solid #d1d1d1;
     }
     .search-header{
         display:none;
         padding:1rem 0;
     }
     .search-header.active{
         display:block;
     }
     .service-team_grid_view .row{
             justify-content:center;
         }
     @media (min-width:1500px){
         .search-header .header_search{
                 max-width: 70%;
    margin: 0 auto;
         }
     }
     footer.footer{
         background:#000;
     }
     section.product_module{
         padding:50px 0;
         background:#FFF8FB;
     }
     @media (max-width:1499px){
         section.product_module{
          padding:3rem 0;   
         }
     }
     .footer .mid-footer .social li svg path{
         fill:#fff
     }
     /* Overlay gradient mờ tinh tế */
.banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(221, 37, 118, 0.6) 0%, rgba(221, 37, 118, 0.0) 60%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 80px;
  z-index: 1;
}

/* Khối nội dung */
.banner-inner {
  text-align: center;
  color: #fff;
  max-width: 90%;
}
.banner-inner {
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Tiêu đề */
.banner-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

/* Mô tả */
.banner-description {
  font-size: 18px;
  margin-bottom: 20px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}

/* Nút CTA */
.banner-button {
  display: inline-block;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 600;
  background-color: #dd2576;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.banner-title,
.banner-description,
.banner-button {
  /* đảm bảo animate có hiệu lực */
  will-change: transform, opacity;
}

.banner-button:hover {
  background-color: #dd2576;
  color: #fff;
}
@media (max-width:991px){
    .section_useful__features{
        margin-bottom:-2rem;
    }
    .section_useful__features .section_useful__item{
        margin-bottom:2rem;
    }
}
 @media (max-width: 767px) {
  .banner-title {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 8px;
  }

  .banner-description {
    display:none;
  }

  .banner-button {
    padding: 5px 10px;
    font-size:12px;
    border-radius: 40px;
  }

  .banner-inner {
    max-width: 95%;
  }

  .banner-overlay {
    padding-bottom: 40px;
    align-items: flex-end;
  }
}
.header-main{
    padding:10px 0;
}