.transition{transition:0.5s ease !important;}
.breadCrumbs{
    background: #ededed;
}
.btn-tuvan:hover{
    border:2px solid var(--primary);
    background: #fff;
    color: var(--primary);

}
.btn-tuvan{ transition:0.5s ease; border:2px solid #fff; background:var(--primary); color: #fff; border-radius: 5px; padding: 7px 10px; font-size: 14px; font-weight: 600; border: 0; border-radius: 30px; -webkit-transition:0.5s ease; -moz-transition:0.5s ease; -ms-transition:0.5s ease; -o-transition:0.5s ease; }
.btn-primary-custom{background-color: var(--primary);color: #fff;border-radius: 5px;border: 0;transition: 0.5s ease;}
.btn-primary-custom:hover{background-color: var(--primary);color: #fff;}
.rotate-180{transform: rotate(180deg);}
.filter-white{filter: brightness(0) invert(1);}
.btn-primary{background-color: var(--second);}
.cursor-pointer{cursor: pointer;}
ul.toc-list{
  padding: 0;
}
.x-box.box-news{
    border: 1px solid #ccc;
}
.x-box.box-news ul li{
    background: #fff;
    padding: 9px 10px;
}
.x-box.box-news ul li.active{}
.x-box.box-news ul{
    list-style: none !important;
    padding-left: 13px !important;
    background: #d9d9d9 !important;
    padding: 5px 5px 1px 5px !important;
}
.x-box .box-toc .title i{color:var(--primary)}
.x-box .box-toc .title span{
    width: 25px;
    height: 100%;
    display: inline-block;
    text-align: center;
}
 .x-box .box-toc .title {
    background: #f5f5f5;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    width: 100%;
    border-bottom: 1px solid #dbdada;
    text-transform: none;
    padding: 6px 15px;
    color: #333;
    padding-right: 7px;
}
 .x-box .box-toc .content{
    margin: 0;
    box-shadow: none !important;
    border-bottom: 1px solid #dbdada;
    border-radius: 5px;
}
.box-toc.mini .title{
    background: transparent;
    border: 0;
    margin: 0;
}
.box-toc.mini{max-width: 300px;border-radius: 30px;overflow: hidden;border: 1px solid #dbdada !important;}

.box-toc{
    
    min-width: 250px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #dbdada;
  margin-bottom: 10px;
  border-bottom: 0;
  overflow: hidden;
  }


.product-category:hover .product-category-list{
    opacity: 1;
    top: 100%;
    z-index: 1;
    visibility: visible;
    height: auto !important;
}
.product-category-list{box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;height: 100%;overflow-y: overlay;overflow-x: hidden;}
.product-category-list > ul{
    background:#fff;
}
.product-category .product-category-list{
    top: 120%;
    left: 0;
    width: 100%;
    padding-top: 17px;
    opacity: 0;
    z-index: -1;
    transition: 0.5s ease;
    visibility: hidden;
    overflow: visible;
    position: absolute;
}
.product-category .product-category-list ul ul{position:absolute}
.product-category-list ul ul{position: fixed;left: 100%;top: 20%;/* width: 100%; */background: #fff;visibility: hidden;z-index: -1;opacity: 0;}
.product-category-list ul li:hover ul {
    top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.wrap-menu  .product-category-list > ul{
}
.product-category-list ul{
    list-style: none;
    padding: 0;
    margin: 0;
    transition: 0.5s ease;
    width: 100%;
    top: 0;
}
.product-category-list ul li a{
    transition:0.4s ease;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    font-size: 1rem;
    display: block;
}
.product-category-list ul li:hover > a{color:var(--primary)}
.product-category-list ul li i{
    position: absolute;
    right: 10px;
    color: var(--primary);
    top: 50%;
    transform: translateY(-50%);
}
.product-category-list ul li:last-child{border-bottom:0}
.wrap-menu .product-category .product-category-list ul li{
    padding: 13px 18px;
}
.product-category-list ul li{
    position: relative;
    border-bottom: 1px solid #cccccc8c;
    padding: 13.9px 20px;
}
.ratio-slider{--bs-aspect-ratio: 44.8%;background-position: center;background-repeat: no-repeat;}

.swiper-button-next,
.swiper-button-prev {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}
.button-next,.button-prev{
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
    border: 1px solid #ccc;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    background: #fff;
}
.button-prev{
    right: auto;
    left: 0;
}
.swiper-main-slider{}

/* Animation cho slider */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideOut {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }
}

.swiper-main-slider .swiper-slide-active .title,
.swiper-main-slider .swiper-slide-active .link {
  opacity: 0;
}

.swiper-main-slider .swiper-slide-active .title.animate,
.swiper-main-slider .swiper-slide-active .link.animate {
  animation: fadeInUp 0.8s forwards;
}

.swiper-main-slider .swiper-slide-active .title:nth-child(1).animate {
  animation-delay: 0.2s;
}

.swiper-main-slider .swiper-slide-active .title:nth-child(2).animate {
  animation-delay: 0.4s;
}

.swiper-main-slider .swiper-slide-active .title:nth-child(3).animate {
  animation-delay: 0.6s;
}

.swiper-main-slider .swiper-slide-active .link.animate {
  animation-delay: 0.8s;
}

.swiper-main-slider .swiper-slide-prev .title,
.swiper-main-slider .swiper-slide-prev .link {
  animation: slideOut 0.5s forwards;
}
.swiper-main-slider .content{
    /* position: absolute; */
    left: 0;
    width: 100%;
    top: 30%;
    height: auto !important;
    z-index: 2;
}
.swiper-main-slider .content .title{
    font-weight: bold;
    color: #fff;
    font-size: 2rem;
}
.swiper-main-slider .content .title.title-1{}
.swiper-main-slider .content .title.title-2{
    font-size: 2.5rem;
}
.swiper-main-slider .content .title.title-3:after{content:"";background: var(--primary);width: 100px;position: absolute;height: 4px;bottom: 0;left: 0;}
.swiper-main-slider .content .title.title-3{
    font-size: 3rem;
    margin-bottom: 3rem;
    position: relative;
}
.swiper-main-slider .swiper-button-next:after,
.swiper-main-slider .swiper-button-prev:after{
   color: #fff;
   
}
.swiper-main-slider .content .link a:hover{
    background: var(--second);
}

/* === Swiper: 4 items per view with custom controls === */
.swiper-custom-4 {
  position: relative;
}
.swiper-custom-4 .swiper-wrapper {
  align-items: stretch;
}
.swiper-custom-4 .swiper-slide {
  height: auto;
}
/* spacing between items */
.swiper-custom-4.swiper-initialized .swiper-slide { box-sizing: border-box; }

/* Custom navigation */
.swiper-custom-4 .swiper-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}
.swiper-custom-4 .swiper-nav .nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: var(--primary);
  border: 1px solid #e5e5e5;
  box-shadow: 0 4px 10px rgba(0,0,0,.08);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  cursor: pointer;
  transition: .2s ease;
}
.swiper-custom-4 .swiper-nav .nav-btn:hover {
  background: var(--primary);
  color: #fff;
}
.swiper-custom-4 .swiper-pagination {
  position: relative;
  margin-top: 10px;
}
.swiper-custom-4 .swiper-pagination-bullet {
  background: #c9c9c9;
  opacity: 1;
}
.swiper-custom-4 .swiper-pagination-bullet-active {
  background: var(--primary);
}

/* Responsive widths handled by JS breakpoints; extra spacing tweaks */
@media (max-width: 991.98px) {
  .swiper-custom-4 .swiper-nav { top: calc(50% - 10px); }
}
@media (max-width: 575.98px) {
  .swiper-custom-4 .swiper-nav { display: none; }
}
.swiper-main-slider .content .link a{
  transition:0.5s ease;
  text-decoration: none;
  background: var(--primary);
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 9px 8px;
  border-radius: 5px;
}

.w-20px{width: 25px;flex: 0 0 25px;}
.social a img{
  
}
#footer .social a{
    background: #fff;
    border: 0;
    margin: 0;
}
.social a{
   text-align: center;
   margin: 0 4px;
   border-radius: 5px;
   position: relative;
}
.social a i{}
.social.social-footer a{}




.breadCrumbs-page .banner-page:after{content:"";position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: #000;z-index: 1;opacity: 0.2;}
.breadCrumbs-page .banner-page{
    height: 0;
    padding-bottom: 25%;
    overflow: hidden;
    position: relative;
}
.breadCrumbs-page .banner-page img{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100% !important;
    object-fit: cover;
    width: 100%;
}
.breadCrumbs-page .banner-page .inner-banner{
    position: absolute;
    bottom: 30%;
    width: 100%;
    z-index: 2;
}
.breadCrumbs-page .head-title{text-shadow: 2px 0px 6px rgba(0, 0, 0, 0.5);color: #fff;font-weight: 500;font-size: 3rem;line-height: 1;text-transform: uppercase;}
.breadCrumbs span,.breadcrumb-item+.breadcrumb-item::before {
    /* color: #fff; */
    font-size: 1rem;
}

.x-box.gray .content{background: #fff;padding-bottom: 5px;}
.x-box .xtitle{margin-bottom:20px;font-size: 1.5rem;font-weight: 600;color: var(--primary);}
.x-box .news-featured{}
.x-box .news-featured .title-link{
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
    color: var(--primary);
    line-height: 1;
    margin: 5px 0;
    display: block;
}
.x-box .news-featured .description{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-weight: 500;
}
.x-box .news-list{}
.x-box .news-list .news-item{margin-bottom:5px}
.x-box .news-list .news-item:not(:last-child){
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.x-box .news-list .news-item a{
    text-decoration: none;
    font-weight: 500;
    color: #333;
    font-size: 1rem;
}
.x-box .news-list .news-item p{}

.x-box .title{
    COLOR: var(--second);
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 10px;
    padding-bottom: 3px;
    font-size: 1.1rem;
    letter-spacing: 1px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.x-box .content{
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}
.x-box .content ul{
    list-style: disc;
    padding: 10px;
    margin: 0;
    padding-left: 28px;
}
.x-box .content ul li{
    margin-bottom: 5px;
}
.x-box .content ul li a{
    color: #333;
    font-size: 1rem;
    text-decoration: none;
}
.x-box .content ul li:hover > a{
    color: var(--primary);
}

@media(max-width:768px){
    .table-responsive-mmobile{overflow-x: auto;}
  .container .breadcrumb li:not(:last-child,:first-child){display: none;}
  .breadCrumbs{padding:5px 0}
  .ratio-slider{/* --bs-aspect-ratio: 60.25%; */background-position: center;background-repeat: no-repeat;}
  .breadCrumbs-page .banner-page{
    padding-bottom: 50%;
}
.breadCrumbs-page .banner-page .inner-banner{
    bottom: 20px;
}
.breadCrumbs-page .head-title{
    font-size: 2rem;
    margin: 0;
}
.breadCrumbs span, .breadcrumb-item+.breadcrumb-item::before{
    font-size: 1.1rem;
}



.swiper-main-slider .content .title{
  
  font-size: 1rem;
}
.swiper-main-slider .content .title.title-1{}
.swiper-main-slider .content .title.title-2{
  font-size: 1.2rem;
}
.swiper-main-slider .content .title.title-3:after{content:"";background: var(--primary);width: 100px;position: absolute;height: 4px;bottom: 0;left: 0;}
.swiper-main-slider .content .title.title-3{
  padding-bottom: 20px;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.swiper-main-slider .content{
  top: auto;
  bottom:10%;
}
.swiper-main-slider .swiper-button-next,
.swiper-main-slider .swiper-button-prev{
  opacity: .5 !important;
}


}

@media(min-width:1200px){
  .col-menu-category{
    width: 20%;
  }
  .col-menu-main{
   width: 80%;
  }
}



.luu-y {
  border: 1px dashed var(--second);
  padding: 10px 12px;
  position: relative;
  margin-top: 20px;
  font-size: 14px;
}
.luu-y .desc-pro-detail{padding-top:10px}
.luu-y span.title {
  font-size: 18px;
  margin: 0;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  left: 15px;
  top: -14px;
  color: var(--primary);
  padding: 0 10px;
  background-color: #fff;
}
.col-menu-category .product-category-list{
    position: absolute;
    width: 100%;
    height: 100%;
}
.col-menu-category .product-category-list::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.col-menu-category .product-category-list::-webkit-scrollbar
{
    width: 8px;
    background-color: #F5F5F5;
}

.col-menu-category .product-category-list::-webkit-scrollbar-thumb
{
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color:var(--primary);
}


.cate-news:before {
    background-color: #9c9a9a;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 5px;
    left: 1px;
    position: absolute;
    top: 7px;
    width: 5px;
}
.cate-news {
    padding-left: 15px;
    position: relative;
}

/* News Page Styles */
.news-page-header {
    color: #fff;
    position: relative;
    overflow: hidden;
}



.news-page-header .container {
    position: relative;
    z-index: 2;
}

.news-logo {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.news-logo .wave-icon {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: var(--primary);
}

.news-header-title {
}

.news-header-title .arrow-icon {
    color: #ff6b6b;
    font-size: 1.2rem;
}

/* Featured Article */
.featured-article {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-bottom: 40px;
    transition: transform 0.3s ease;
}

.featured-article:hover {
    transform: translateY(-5px);
}

.featured-article .article-image {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.featured-article .article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.featured-article:hover .article-image img {
    transform: scale(1.05);
}

.featured-article .article-content {
    padding: 30px;
}

.featured-article .article-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--primary);
    margin-bottom: 15px;
    line-height: 1.3;
}

.featured-article .article-excerpt {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.featured-article .article-meta {
    color: #999;
    font-size: 0.9rem;
}

/* News Grid */
.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.news-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.news-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.news-card .card-image {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
    display: block;
}

.news-card .card-image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: transform 0.3s ease;
    position: absolute;
}

.news-card:hover .card-image img {
    transform: scale(1.1);
}

.news-card .card-content {
    padding: 15px;
}

.news-card .card-title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 10px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-card .card-excerpt {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-card .card-meta {
    color: #999;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Pagination */
.news-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}

.pagination-item {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #666;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.pagination-item:hover,
.pagination-item.active {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

.pagination-item.prev,
.pagination-item.next {
    font-size: 1.2rem;
}

/* Responsive */
@media (max-width: 768px) {
    .news-page-header {
    }
    
    .news-logo {
        font-size: 1.5rem;
    }
    
    .news-header-title {
        font-size: 1.2rem;
    }
    
    .featured-article .article-image {
        height: 250px;
    }
    
    .featured-article .article-content {
        padding: 20px;
    }
    
    .featured-article .article-title {
        font-size: 1.4rem;
    }
    
    .news-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .news-card .card-image {
        /* height: 180px; */
    }
}

@media (max-width: 576px) {
    .news-page-header .container {
        text-align: center;
        /* position: relative !important; */
        bottom: 0 !important;
    }
    
    .news-logo {
        justify-content: center;
        margin-bottom: 15px;
    }
    
    .featured-article .article-title {
        font-size: 1.2rem;
    }
    
    .news-card .card-content {
        padding: 15px;
    }
}


   /* Additional styles for better integration */
   .news-card .card-title a {
    color: #585858;
    text-decoration: none;
    transition: color 0.3s ease;
    height: 44px;
}

.news-card .card-title a:hover {
    color: var(--second);
}

.featured-article .article-title a {
    color: var(--primary);
}

/* Animation for cards */
.news-card {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
    transform: translateY(30px);
}

.news-card:nth-child(1) {
    animation-delay: 0.1s;
}

.news-card:nth-child(2) {
    animation-delay: 0.2s;
}

.news-card:nth-child(3) {
    animation-delay: 0.3s;
}

.news-card:nth-child(4) {
    animation-delay: 0.4s;
}

.news-card:nth-child(5) {
    animation-delay: 0.5s;
}

.news-card:nth-child(6) {
    animation-delay: 0.6s;
}

.news-card:nth-child(7) {
    animation-delay: 0.7s;
}

.news-card:nth-child(8) {
    animation-delay: 0.8s;
}

.news-card:nth-child(9) {
    animation-delay: 0.9s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hover effects */
.news-card:hover .card-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(var(--primary-rgb), 0.1), rgba(var(--second-rgb), 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
}

.news-card:hover .card-image::after {
    opacity: 1;
}


.text-3-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; 
}

.commit-block{}

.commit-block h2{
    margin-bottom: 20px;
    color: var(--primary);
    font-size: 1.5rem;
    position: relative;
    padding-bottom: 5px;
}
.commit-block h2:after{content:"";position: absolute;bottom: 0;left: 0;width: 140px;background: var(--primary);height: 2px;}
.commit-block .list{
    
}
.commit-block .item{
    padding: 15px 15px;
    opacity: 0.6;
    transition: 0.5s ease;
    border-radius: 5px;
    margin-bottom: 15px;
}
.commit-block .item:hover{
    opacity: 1;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.commit-block .item h3{
    font-size: 1rem;
    color: var(--primary);
    margin: 0;
}
.commit-block .item .content{}
.commit-block .item p{
    margin: 0;
}
.bg-xlight{background: #F2FCFF}



.swiper-main-slider .swiper-pagination{
    bottom: 20px;
    z-index: 123;
}
.swiper-main-slider .swiper-pagination span.swiper-pagination-bullet-active:after{content:"";background: var(--primary);width:100%;height:100%;display:block;border-radius:50%;left:0}
.swiper-main-slider .swiper-pagination span{
    position:relative;
    bottom: 0;
    padding: 2px;
    border: 3px solid var(--primary);
    width: 22px;
    height: 22px;
    background: transparent;
    opacity: 1;
    cursor: pointer;
}

.box-heading{
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.box-heading h1{
    text-transform: uppercase;
    margin: 0;
    font-size: 1.3rem;
    font-family: 'Cambria';
    color: var(--primary);
    
}
.box-heading h1 img{
    height: 30px !important;
    margin-right: 10px;
}
.box-heading .box-filter{
    line-height: 0;
}
.box-heading .box-filter a{
    transition:0.5s ease;
    text-decoration: none;
    display: inline-block;
    background: #E4F4FF;
    padding: 5px 22px;
    margin-left: 5px;
    line-height: 1.5;
    font-weight: 600;
    color: #3a3a3a;
    border-radius: 5px 5px 0 0;
    font-size: 0.9rem;
    -webkit-transition:0.5s ease;
    -moz-transition:0.5s ease;
    -ms-transition:0.5s ease;
    -o-transition:0.5s ease;
}
.box-heading .box-filter a:hover,.box-heading .box-filter a.active{
    background: var(--primary);
    color: #fff;
}



.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
  }
  
  .page-item {
    margin: 0 2px;
  }
  
  .page-item .page-link {
    position: relative;
    display: block;
    padding: 0.3rem 0.75rem;
    font-size: 0.9rem;
    color: var(--primary);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 3px;
    transition: background-color 0.2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
  
  .page-item .page-link:hover {
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6;
  }
  
  .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
  }
  
  .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
  }


  #block-contact{
    color: var(--primary);
}

  #block-contact .button a{
    display: inline-block;
    margin-right: 4px;
    background: var(--primary);
    font-size: 1rem;
    color: #fff;
    font-weight: 500;
    padding: 4px 5px;
    text-decoration: none;
    height: 39px;
    min-width: 120px;
    text-align: center;
    border-radius: 4px;
    border: 2px solid transparent;
}
.hover-top{
    transition:0.5s ease;
}
.hover-top:hover{
    transform: translateY(-5px);
}

.hover-zoom {overflow: hidden;}
.hover-zoom img{
    transition:0.5s ease;
    overflow: hidden;
}
.hover-zoom:hover img{
    transform: scale(1.05);
}

#block-content{}
#block-content .title-box{
    font-size: 1.6rem;
    background: var(--primary);
    color: #fff;
    display: inline-block;
    padding: 6px 13px;
    line-height: 1;
    border-radius: 5px 5px 0px 0;
}
#block-content .content-box{
    font-size: 17px;
    font-weight: 500;
    color: #5e5e5e;
    padding: 10px 0;
    border-top: 1px solid #ccc;
}

.brand-item{}
.brand-item a{transition: 0.5s ease all !important;}
.brand-item:hover a{transform:scale(1.2)}

.ratio-brand{    --bs-aspect-ratio: 39.25%;
    background-size: contain !important;
    display: block;}





    .news-page-header {
        position: relative;
        background: linear-gradient(135deg, #E3F2FD 0%, #BBDEFB 50%, #90CAF9 100%);
        /* margin-bottom: 70px; */
        overflow: inherit;
    }
    

    .news-page-header .has-banner::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #111;
        opacity: 0.3;
        pointer-events: none;
        z-index: 1;
    }
      .news-page-header .has-banner  > .banner-inner{
    position: absolute;
    width: 100% !important;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}
    .news-page-header .has-banner {
        position: relative;
        z-index: 2;
        height: 0;
        padding-bottom: 20%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    
    .news-header-title {
        font-size: 3rem;
        font-weight: 700;
        color: #ffffff;
        /* text-shadow: 0 4px 8px rgba(0,0,0,0.1); */
        margin-bottom: 10px;
        letter-spacing: 2px;
        position: relative;
        text-transform: uppercase;
        margin: 0;
    }
    

    
    /* Danh sÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ch category */
.list-category-wrap{
    display: inline-block !important;
    margin: auto !important;
    width: auto;
}
    .list-category {
        background: #fff;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 13px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .category-item.active,.category-item:hover{color:#1976D2}
    .category-item {
        color: #333;
        padding: 0px 20px;
        text-decoration: none;
        font-weight: 700;
        font-size: 1.15rem;
        transition: all 0.3s ease;
        text-transform: uppercase;
        display: inline-block;
        line-height: 1;
    }
    .category-item:not(:last-child){border-right: 2px solid #575757;}
    .category-item:hover {
        color: #1565C0;
        transform: translateY(-2px);
        text-decoration: none;
    }
    
  
    @keyframes float {
        0%, 100% { transform: translateY(0px) rotate(0deg); }
        50% { transform: translateY(-20px) rotate(180deg); }
    }
    

    .short-content{
        background: #efefef;
        margin-bottom: 20px;
        border-radius: 10px;
        padding: 15px;
        font-weight: 500;
        font-size: 1rem;
        font-style: italic;
        }
  .heading-detail-page h1{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.8rem;
    margin: 0;
    line-height: 1.5;
}
        .heading-detail-page{
    background: var(--primary);
    padding: 3rem 0;
    color: #fff;
}


#faqAccordion .accordion-button .fa-plus{display: block;}
#faqAccordion .accordion-button.collapsed .fa-minus{display: block;}
#faqAccordion .accordion-button .fa-minus{display: none;}
#faqAccordion .accordion-button.collapsed .fa-plus{display: none;}



/* ===== FAQ SECTION ===== */
.faq-section {
    background: var(--white);
}

.faq-image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.faq-overlay-text h3{
    font-size: 1.1rem;
    font-weight: bold;
    color: #626262;
    margin-bottom: 5px;
}
.faq-overlay-text {

    bottom: 30px;
    left: 30px;
    right: 30px;
    padding: 10px 0;
}

.faq-overlay-text p {
    color: var(--text-dark);
    margin-bottom: 15px;
    line-height: 1.6;
}

.faq-overlay-text p:last-of-type {
    margin-bottom: 20px;
}

.faq-accordion .accordion-item {
    border: 1px solid var(--border-color);
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 0 !important;
}

.faq-accordion .accordion-button {
    background: var(--white);
    color: #41484f;
    font-weight: 500;
    padding: 20px 25px;
    border: none;
    position: relative;
    font-size: 1rem;
    border-radius: 0 !IMPORTANT;
    padding-right: 40px;
    line-height: 1.4;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: var(--primary-color);
    color: var(--white);
    box-shadow: none;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
    border: none;
}

.faq-accordion .accordion-button::after {
    display: none;
}

.faq-number {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--primary-color);
    color: #111;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: bold;
}

.faq-accordion .accordion-button:not(.collapsed) .faq-number {
    background: var(--white);
    color: var(--primary-color);
}

.faq-accordion .accordion-body {
    padding: 20px 25px;
    background: var(--light-bg);
    color: var(--gray-dark);
    line-height: 1.6;
}




@media(max-width:768px){
    .list-category-wrap{
        background: #eee;
        width: 100% !important;
        padding: 10px 10px;
    }
    .list-category{
    background: transparent;
    box-shadow: none;
    padding: 0;
}
    .news-header-title {
        font-size: 1.3rem;
        margin-bottom: 0;
    }
    
   
    .category-item {
        padding: 0px 5px;
        font-size: 0.9rem;
        position:relative;
    }
    
    .news-page-header .has-banner {
    padding-bottom: 40%;
    }
    .heading-detail-page{
    padding: 1rem 0;
}
    .heading-detail-page h1{
    font-size: 1rem;
}
    .category-item:not(:last-child){border:0}
    .category-item:not(:last-child):after{content:"";position: absolute;right: -3px;height: 100%;width: 2px;background: #333;}

}
.images-rounded img{
    border-radius: 10px;
}


.ratio-people {
    --bs-aspect-ratio: 140%;
}
.bg-lazy{
    background-size: contain;
    background-repeat: no-repeat;
}

.people-wrapper{box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;height: 100%;}
.people-wrapper .content {
    padding: 10px;
}
.people-wrapper .content h3{}
.people-wrapper .content h3 a{
    text-decoration: none;
}
.people-wrapper .content h3:hover a{}
.people-wrapper .content h3:hover a{}
.people-wrapper .content .info{}
.people-wrapper .content .info > p{
    margin: 0;
    margin-bottom: 3px;
}
.people-wrapper .content .info p a{
    text-decoration: none;
    color: #666666;
}
.people-wrapper .content .info p a:hover{}

/* ===== PEOPLE DETAIL PAGE STYLES ===== */
.people-detail-wrapper {
    background: #fff;
}

/* Header Section */
.people-header {
    color: #fff;
    position: relative;
}

.people-header .wrapper-people-header {
    background: linear-gradient(
161deg, var(--primary) 0%, rgb(0 0 0 / 52%) 100%);
    margin: 20px 0;
    border-radius: 10px;
    overflow: hidden;
    border-radius: 20px;
    background: linear-gradient(180deg, #ECA300 0%,#575757  100%);
}

.people-header .container {
    position: relative;
    z-index: 2;
}

.people-avatar {
    text-align: center;
}

.people-avatar img {
    width: 100%;
}

.people-info {
    color: #fff;
}

.people-name {
    font-size: 2.1rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

.people-position {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 10px;
    opacity: 0.9;
}

.people-meta {
    margin-bottom: 30px;
}

.people-meta p {
    margin-bottom: 8px;
    font-size: 1rem;
}

.people-meta strong {
    font-weight: 600;
    margin-right: 5px;
}

.people-meta a {
    color: #fff;
    text-decoration: underline;
}

.people-meta a:hover {
    color: rgba(255,255,255,0.8);
}

.people-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-download,
.btn-vcard {
    background: #fff;
    color: var(--primary);
    border: 2px solid #fff;
    padding: 10px 20px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.btn-download:hover,
.btn-vcard:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

/* Main Content */
.people-detail-wrapper .people-content {
    padding: 60px 0;
}

.people-detail-wrapper .content-section {
    margin-bottom: 50px;
}

.people-detail-wrapper .section-title ,.custom-section-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0;
    padding-bottom: 10px;
    position: relative;
}

.people-detail-wrapper .section-title::after ,.custom-section-title:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 50px;
    height: 3px;
    /* background: var(--second); */
}

.people-detail-wrapper  .section-content {
    font-size: 1rem;
    line-height: 1.7;
    color: #333;
}

.people-detail-wrapper  .section-content p {
    margin-bottom: 15px;
}

.people-detail-wrapper .practice-list,
.people-detail-wrapper .publications-list {
    list-style: none;
    padding-left: 0;
}

.people-detail-wrapper .practice-list li,
.people-detail-wrapper .publications-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    line-height: 1.6;
}

.practice-list li::before,
.people-detail-wrapper .publications-list li::before {
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶';
    position: absolute;
    left: 0;
    color: var(--primary);
    font-size: 0.8rem;
    top: 2px;
}

/* Sidebar */
.people-detail-wrapper .people-sidebar {
    padding-left: 20px;
}

.people-detail-wrapper .sidebar-box {
    background: #f8f9fa;
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.people-detail-wrapper .sidebar-title {
    background: var(--primary);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
    padding: 15px 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.people-detail-wrapper .sidebar-content {
    padding: 20px;
}

.people-detail-wrapper .sidebar-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.people-detail-wrapper .sidebar-content ul li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 20px;
}

.people-detail-wrapper .sidebar-content ul li:last-child {
    border-bottom: none;
}

.people-detail-wrapper .sidebar-content ul li::before {
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢';
    position: absolute;
    left: 0;
    color: var(--primary);
    font-weight: bold;
}

/* Related People */
.people-detail-wrapper .related-person-item {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.people-detail-wrapper .related-person-item:last-child {
    border-bottom: none;
}

.people-detail-wrapper .related-person-item img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.people-detail-wrapper .related-person-item h5 {
    font-size: 1rem;
    margin-bottom: 5px;
}

.people-detail-wrapper .related-person-item h5 a {
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
}

.people-detail-wrapper .related-person-item h5 a:hover {
    color: var(--second);
}

.people-detail-wrapper .related-person-item p {
    font-size: 0.9rem;
    color: #666;
}

/* Contact Box */
.people-detail-wrapper .contact-box .sidebar-content {
    padding: 15px 20px;
}

.people-detail-wrapper .contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 0.95rem;
}

.people-detail-wrapper .contact-item:last-child {
    margin-bottom: 0;
}

.people-detail-wrapper .contact-item i {
    width: 20px;
    color: var(--primary);
    margin-right: 10px;
    font-size: 1rem;
}

.people-detail-wrapper .contact-item a {
    color: var(--primary);
    text-decoration: none;
}

.people-detail-wrapper .contact-item a:hover {
    color: var(--second);
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 1199px) {
    .people-detail-wrapper .people-sidebar {
        padding-left: 0;
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .people-detail-wrapper .people-header {
        padding: 40px 0;
    }
    
    .people-detail-wrapper .people-name {
        font-size: 2rem;
    }
    
    .people-detail-wrapper .people-position {
        font-size: 1.1rem;
    }
    
    .people-detail-wrapper .people-meta .row {
        margin: 0;
    }
    
    .people-detail-wrapper .people-meta [class*="col-"] {
        padding: 0;
        margin-bottom: 15px;
    }
    
    .people-detail-wrapper .people-actions {
        justify-content: center;
    }
    
    .people-detail-wrapper .btn-download,
    .people-detail-wrapper .btn-vcard {
        font-size: 0.9rem;
        padding: 8px 15px;
    }
    
    .people-detail-wrapper .people-content {
        padding: 40px 0;
    }
    
    .people-detail-wrapper .content-section {
        margin-bottom: 35px;
    }
    
    .people-detail-wrapper .section-title {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .people-detail-wrapper .people-name {
        font-size: 1.8rem;
    }
    
    .people-detail-wrapper .people-avatar img {
    }
    
    .people-detail-wrapper .people-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .people-detail-wrapper .btn-download,
    .people-detail-wrapper .btn-vcard {
        width: 200px;
        justify-content: center;
    }
}



.category-list{
    color: var(--pri);
    display: flex;
    gap:15px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.category-list .item{
    display: flex;
    align-items: center;
    padding: 18px 15px;
    background: #f2f2f2;
    box-shadow: 0 2px 6px rgba(20, 20, 43, .06);
    color: #5a5a5a;
    text-decoration: none;
    font-weight: bold;
    gap: 10px;
    text-transform: uppercase;
}

.big-box .sub-item{     transform: translateY(30px); opacity: 0;animation: fadeInUp 0.6s ease forwards;}
.big-box .sub-item .card-excerpt{
    margin-top: 5px;
    font-size: 0.9rem;
    color: #505050;
}
.big-box .sub-item h3{
    font-size: 1rem;
    text-decoration: none;
}
.big-box .sub-item h3 a{
    color: #444444;
    text-decoration: none;
}

.big-box .news-card .card-image{
    padding-bottom: 55%;
}
.big-box .news-card .card-content{
    padding:10px;
}
.line-clamp-3{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-2{
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-4{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp{
    text-overflow: ellipsis;

    /* Needed to make it work */
    overflow: hidden;
    white-space: nowrap;
}



.icon-law {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    width: 200px;
  }
  #popup-book .modal-header {
    border-bottom: none;
    background: none;
  }
  #popup-book .modal-content {
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(44,62,80,0.12);
  }
  #popup-book .form-floating > .form-control,
  #popup-book .form-floating > .form-select {
    border-radius: 8px;
  }
  #popup-book .btn-primary {
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
  }


@keyframes slideInUp {
    to {
        opacity: 1;
        transform: translateY(0);
   }
}
/* Custom scrollbar for textarea */
.legal-consultation-modal {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
.legal-consultation-modal .modal-header-custom {
    background: linear-gradient(135deg, var(--primary) 0%, #2c3e50 100%);
    color: white;
    padding: 2rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.legal-consultation-modal .header-content {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.legal-consultation-modal .header-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    backdrop-filter: blur(10px);
}
.legal-consultation-modal .header-text h3 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.legal-consultation-modal .header-text p {
    margin: 0.25rem 0 0 0;
    opacity: 0.9;
    font-size: 0.9rem;
}
.legal-consultation-modal .btn-close-custom {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}
.legal-consultation-modal .btn-close-custom:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}
.legal-consultation-modal .modal-content-custom {
    padding: 2rem;
    background: white;
}
.legal-consultation-modal .form-container {
    max-width: 100%;
}
.legal-consultation-modal .form-section {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 12px;
    border-left: 4px solid var(--primary);
    animation: slideInUp 0.6s ease forwards;
    opacity: 0;
    transform: translateY(20px);
}
.legal-consultation-modal .form-section:last-child {
    margin-bottom: 0;
}
.legal-consultation-modal .form-section:nth-child(1) {
    animation-delay: 0.1s;
}
.legal-consultation-modal .form-section:nth-child(2) {
    animation-delay: 0.2s;
}
.legal-consultation-modal .form-section:nth-child(3) {
    animation-delay: 0.3s;
}
.legal-consultation-modal .form-section:nth-child(4) {
    animation-delay: 0.4s;
}
.legal-consultation-modal .section-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid rgba(0, 0, 0, );
}
.legal-consultation-modal .section-header i {
    color: var(--primary);
    font-size: 1.2rem;
    width: 24px;
}
.legal-consultation-modal .section-header h4 {
    margin: 0;
    color: #2c3e50;
    font-weight: 600;
    font-size: 1.1rem;
}
.legal-consultation-modal .form-floating {
    position: relative;
}
.legal-consultation-modal .form-floating .form-control {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 1rem 0.75rem;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    background: white;
}
.legal-consultation-modal .form-floating .form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, );
    outline: none;
}
.legal-consultation-modal .form-floating .form-control:focus ~ label {
    color: var(--primary);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.legal-consultation-modal .form-floating .form-control:not(:placeholder-shown) ~ label {
    color: var(--primary);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.legal-consultation-modal .form-floating .form-select {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 1rem 0.75rem;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    background: white;
}
.legal-consultation-modal .form-floating .form-select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, );
    outline: none;
}
.legal-consultation-modal .form-floating .form-select:focus ~ label {
    color: var(--primary);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.legal-consultation-modal .form-floating .form-select:not([value=""]) ~ label {
    color: var(--primary);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.legal-consultation-modal .form-floating label {
    color: #6c757d;
    font-weight: 500;
    padding: 0 0.75rem;
}
.legal-consultation-modal .submit-container {
    text-align: center;
    padding: 1rem 0;
}
.legal-consultation-modal .btn-submit {
    background: linear-gradient(135deg, var(--primary) 0%, #2c3e50 100%);
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, );
}
.legal-consultation-modal .btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, );
    color: white;
}
.legal-consultation-modal .btn-submit:active {
    transform: translateY(0);
}
.legal-consultation-modal .form-note {
    margin: 1rem 0 0 0;
    font-size: 0.85rem;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
.legal-consultation-modal .form-note i {
    color: var(--primary);
}
.legal-consultation-modal .form-control::-webkit-scrollbar {
    width: 6px;
}
.legal-consultation-modal .form-control::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}
.legal-consultation-modal .form-control::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 3px;
}
.legal-consultation-modal .form-control::-webkit-scrollbar-thumb:hover {
    background: #2c3e50;
}
.category-list{    justify-content: center;}
@media (max-width: 768px) {
   .category-list{    justify-content: flex-start;}
    .people-meta{text-align: left}
    .category-list .item{
    padding: 10px;
}
    .legal-consultation-modal .modal-header-custom {
        padding: 1.5rem;
        flex-direction: column;
        gap: 1rem;
        text-align: center;
   }
    .legal-consultation-modal .header-content {
        flex-direction: column;
        gap: 0.75rem;
   }
    .legal-consultation-modal .modal-content-custom {
        padding: 1.5rem;
   }
    .legal-consultation-modal .form-section {
        padding: 1rem;
        margin-bottom: 1.5rem;
   }
    .legal-consultation-modal .btn-submit {
        width: 100%;
        justify-content: center;
   }
}
@media (max-width: 576px) {
    .legal-consultation-modal .modal-header-custom {
        padding: 1rem;
   }
    .legal-consultation-modal .header-text h3 {
        font-size: 1.25rem;
   }
    .legal-consultation-modal .modal-content-custom {
        padding: 1rem;
   }
    .legal-consultation-modal .form-section {
        padding: 0.75rem;
   }
}


ul.main_practices {
    list-style: disc;
    display: inline-flex;
    gap: 10px;
    flex-wrap: wrap;
    padding-left: 15px;
}
ul.main_practices li:hover a{
    text-decoration: underline;
}
ul.main_practices li  a{
    text-decoration: none;
    color: #fff;
}
ul.main_practices li {
  
    margin-right: 12px;
}
.portfolio-single-page ul li {
    margin-left: 1.3em;
}

/* === People News Swiper navigation buttons === */
.people-news-swiper{ --swiper-navigation-size: 18px; }
.people-news-swiper .swiper-button-next,
.people-news-swiper .swiper-button-prev{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff;
    color: var(--primary);
    border: 1px solid #e5e5e5;
    box-shadow: 0 6px 18px rgba(0,0,0,.08);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    transition: .2s ease;
    text-align: center;
    line-height: 44px;
}
.people-news-swiper .swiper-button-prev{/* left: -6px; */}
.people-news-swiper .swiper-button-next{/* right: -6px; */}
.people-news-swiper .swiper-button-next:after,
.people-news-swiper .swiper-button-prev:after{
    font-size: 16px;
    color: currentColor;
}
.people-news-swiper .swiper-button-next:hover,
.people-news-swiper .swiper-button-prev:hover{
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
    box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
@media (max-width: 576px){
    .people-news-swiper .swiper-button-next,
    .people-news-swiper .swiper-button-prev{
        width: 36px;
        height: 36px;
        line-height: 36px;
    }
    .people-news-swiper .swiper-button-prev{ left: -2px; }
    .people-news-swiper .swiper-button-next{ right: -2px; }
}

#contact-form .form-control:hover,#contact-form .form-control:focus,#contact-form .form-select:hover,#contact-form .form-select:focus{
    border-color: var(--primary);
    box-shadow: 0 0 0 0.2rem rgba(244, 166, 35, 0.25);
    background: var(--white);
}
.ratio>img{
    height:100% !important;
}
