.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.card-news.card-news__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-news.card-news__row .card-news__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  margin-right: 1rem;
}
.card-news__img img {
    border-radius: 4px;
}
.card-news.card-news__row .card-news__name {
  font-size: 16px;
  -webkit-line-clamp: 2;
  height:100%;
}
.card-news.card-news__row + .card-news.card-news__row {
  margin-top: 1rem
}
.bg-gradient {
    border-radius: 12px;
    backdrop-filter: blur(12px);
  
}
.text-ellipsis {
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 40px;
    display: -webkit-box;
}
.skiptranslate{
    display:none;
} 
/* Box-shadow dày cho khối team-item (ghi đè Tailwind) */
.team-item,
.practice__item,
.news__item{
  position: relative;
  background: #fff;
  transition: box-shadow 280ms ease, transform 280ms ease;
  will-change: transform, box-shadow;
}

.team-item:hover,
.practice__item:hover,
.news__item:hover{
    transform: translateY(-4px);
    box-shadow: 0 24px 64px rgb(0 0 0 / 11%), 0 14px 34px rgb(0 0 0 / 5%), 0 6px 18px 2px rgba(0, 0, 0, 0.18), 0 0 0 1px rgb(0 0 0 / 0%) inset !important;
} 
.team-item h3{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word; /* cắt từ dài */
  min-height:56px;
}
.team-item p{

} 
.lang-switcher__list{
display:flex;align-items:center
}
.lang-switcher__list li:not(:last-child){
margin-right:10px;
} 
.practice__item p{
text-align: justify;
} 

.header-logo img.h-12 {
    height: 32px;
} 
.team-item__image img {
    height: 550px;
} 
.col-md-4.col-sm-4.col-xs-12 {
    display: inline-flex;
    max-width: 33%;
    width: 100%;
} 
section#contact {
    background: #1b3452;
}
#contact h2.text-3xl.font-bold.text-gray-800.mb-4 ,#contact p.text-gray-600.max-w-3xl.mx-auto{
    color: white;
}
.practice-title p {
    font-size: 28px;
    line-height: 1.5;
}
h3 a, #cate_new p,.news__item p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
h3 a {
    font-size: 18px;

}
@media (min-width: 1536px) {
    .container {
        max-width: 1280px !important;
    }
}
@media (min-width: 767px) {
img.rounded-lg.shadow-lg.w-full.h-auto.object-cover.object-top {
    HEIGHT: 500px;
} 
}
@media(max-width:767px){
  .slider-item__content {
    display: none;
  }
  .bg-white.p-8.rounded-lg.shadow-sm.mb-8 {
    display: none;
}

  #about h2 {
    font-size: 22px;
}
  .py-20 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
tr {
    display: flex;
    flex-direction: column;
}
 td {
    width: 100% !important;
}
  .col-md-4.col-sm-4.col-xs-12 {
    max-width: 100%;
}
  .slider-item__content h1,.practice-title p,h2.text-3xl.font-bold.text-gray-800.mb-4{
    font-size: 22px;
}
   .slider-item__content p ,   .slider-item__content a{
  font-size: 14px;
  }
  .owl-carousel .owl-item img {
    object-fit: cover;
    height: 200px;
}
   .grid.grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  /* từng item */
  .grid.grid-cols-3 > div {
    text-align: center !important;
  }

  /* số */
  .grid.grid-cols-3 h3 {
    font-size: 24px !important;    
    line-height: 1.2 !important;
    margin-bottom: 4px !important;
  }

   .grid.grid-cols-3 p {
    font-size: 14px !important;
    line-height: 1.35 !important;
    margin: 0 !important;
  }
} 
footer img {
    height: 35px;
}
.lang-switcher__list button:not(:last-child){
	margin-right:10px
}
.lang-switcher__list button img{
width:25px;
} 
form.header_search {
display:flex;
  align-items:center
} 
.news-related-simple {
    display: none;
} 
#online-gov img {
    height: auto;
} 
body.common-home header{
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
}
body.common-home header .space-x-8 > .text-gray-700{
	color:#fff
}
body.common-home header .relative.group > a{
color:#fff
}
body.common-home header form.header_search {
    background: #fff;
    padding: 5px;
}
.topbar-layout1{
  font-size:14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (min-width:992px){
.topbar-layout1{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
  .header-social-info,
.header-address-info{
    display: flex;
    align-items: center;
}
}
.header-social-info,
.header-address-info{
  color:white
}
.header-social-info li:not(:first-child){
	margin-left:1rem;
}
.header-address-info li:not(:last-child){
	margin-right:1rem;
}
.topbar-layout1 svg{
	width:15px;
  height:15px;
}
.header-address-info li{
	display:flex;
  align-items:center;
} 
.header-address-info li svg{
margin-right:0.5rem;
} 
.hero-section .slider-item::before{
  content: "";
  position: absolute;
  inset: 0;                
  background: rgba(0,0,0,.45); 
  z-index: 1;
  pointer-events: none;
}
div#topbar-wrap {
    background: #1b3452;
} 
.header-address-info li svg path,
.header-social-info li svg path{
	fill:#fff
} 
.header.sticky {
    background-color: black;
}
.sticky a.text-gray-700.hover\:text-primary.font-medium {
    color: white;
} 
@media (max-width:991px){
  .header-address-info{
  display:none
  }
  .header-social-info{
      display: flex;
    width: 100%;
    justify-content: center;
  }
  .header .ri-menu-line{
  	color:#fff
  }
  body.common-home header{
  padding:0;
    padding-top:20px;
  }
  .header-logo img.h-12{
  height:auto
  }
  .language-switcher{
      position: absolute !important;
    top: 10px;
    right: 1rem;
  }
} 
#mini-banner .mini-banner__img {
    object-fit: contain;
    height: 300px !important;
}