@media (min-width: 1025px){
#news-bodyhtml img {
    max-width: 90% !important;
width:auto !important;
}
.text-sologan {
    max-width: 550px;
}
.text-sologan li:first-child {
    font-size: 24px;   
}
.text-sologan li:last-child {
 font-size: 26px;
}
}

@media (max-width: 991px){
.text-sologan, .text-modile {
    width: 250px;
}
}

.css-left .metismenu .sidebar-nav ul a {
padding: 10px 26px !important;
}
.height-home {
width:auto !important;
}
.text-modile .dong a, .text-modile .dong {
    font-size: 16px;
}
.text-modile .line a, .text-modile .line {
   font-size: 18px;
 }
.item-content .item-inner a {
    text-transform: uppercase;
}

@media (min-width: 1081px) {
  .profile-header { display: flex; align-items: flex-start; gap: 20px; margin-bottom: 30px; } .profile-pic { width: 305px !important; height: auto; border-radius: 10px;} .profile-info p { margin: 6px 0; } ul, ol { margin-left: 20px; } 
}
@media (max-width: 900px) {
  .ck-table-resized {
    width: 100% !important;
    table-layout: fixed;
    word-wrap: break-word;
  }

  .ck-table-resized img {
    max-width: 70px; /* hoặc auto theo mobile */
    height: auto;
  }
}