.panel-table-of-content .title::before {
    display: none !important;
} 
.panel-table-of-content ul {
    list-style-type: decimal;
}
.news-news .panel-table-of-content ul {
    margin-left: 45px;
}
.panel-table-of-content .with-chevron {
    background: RGB(231, 169, 25) !important;
    color: #fff !important;
    padding: 0;
}
.panel-table-of-content .with-chevron i {
    color: #fff !important;
}
#table-of-content{
    margin-top: 10px;
    border-top: 0 !important;
}
.mid-header.sticky {
    background: #008C41;
}
.toc_link.toc_H2,
.toc_link.toc_H3{
    padding: 5px 0;
} 
#logo img {
    width: 110px;
}
.top-header {
    background: #008C41;
}
#logo span a, .top-header span a {
    color: #ffffff;
}
header {
    background: #2f6d33;
} 
.news-block .news-caption .title a{
display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* Số dòng muốn hiển thị */
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-block .news-caption .title{
min-height:48px;
}
.news-image > a{
display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}
.news-image > a img{
       object-fit: cover;
    height: 100% !important;
}
.news-block .description{
display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* Số dòng muốn hiển thị */
  overflow: hidden;
  text-overflow: ellipsis;
      height: auto;
    min-height: 60px;
}
.listing-thumb .listing-name{
font-size:16px;
} 
.panel-table-of-content{
padding:10px;
}
.panel-table-of-content .toc-title{
margin-bottom:15px;
}
.panel-table-of-content ul{
margin-bottom:0;
}
.powered {
  background: #066834;}
.sf-menu>li:hover a {
    color: #6dfdb0;
}
#search {
    border: 1px solid #fff;
} 
.news-image .news-day,.news-image .news-day, .news-image .news-month {
	display:none;
} 
.logo-mobile img {
    width: 100px;
}
.container-slider img {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: 100vh;
    object-fit: cover;
}