.node-detail ul{
   padding-left: 20px;
}
.node-detail ul li{
   list-style: disc;
}
header.header-v3 {
    background: url(/sites/default/files/other/bg-header-lk.png) #0177d9 no-repeat center top;
    background-size: cover;
}
.footer .footer-inner {
    background: url(/sites/default/files/other/bg-footer.png) no-repeat center #0177d9;
}
.copyright {
    background: #0177d9;
}
.small-post .post-content {
    padding-left: 85px !important;
}

.list-border .item-list.list-views {
    padding: 0px;
}
.gsc-tabs-views-ajax.style-3 .list-links-tabs .wtitle {
  
  margin-left: -28px !important;
  color:#ffffff;
}


.small-post-inner {
  display: flex;
  align-items: flex-start;
  /*gap: 10px;*/ 
}

.small-post-inner .post-content {
  margin-left: 0 !important; /* bỏ margin thừa của theme */
  padding-left: 0 !important;
  flex-grow: 1;
}

.small-post-inner .post-thumbnail {
  width: 100px;
  flex-shrink: 0;
  margin-right: 10px !important; /* giảm khoảng cách */
}

.small-post-inner .post-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
}

.gva-view-mlayout-1 .items-second > .content-inner {
    padding: 0px;
}

.gva-view-mlayout-1 .items-second .item-post::before {
  content: "\25A0"; 
  display:none;
}

.banner .logo {
    
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 768px) {
    .banner img {
        width: 100px !important;
        height: 100% !important;
        
    }
}
.gsc-tabs-views-ajax.style-3 .list-links-tabs {
    background: #0177d9 !important;    
}
.search-menu .input-search-menu {   
    padding-left: 0px;  
}
.search-menu .btn-search-menu {   
  right: 1px;
  position: absolute;
  left:auto;
}
.gsc-tabs-views-ajax.style-3 .list-links-tabs .links-ajax > li.active a {
    background: #4391ef !important;   
    padding-top: 5px !important;
}

.mobile-map {
   display: block;
   padding: 12px 0px;
   font-size: 14px;
   border-top: 1px solid #eee;
  font-weight:800;
}
.mobile-map i {
   margin-right: 6px;
}

/* Ẩn trên Desktop (md + lg) */
@media (min-width: 992px) {
  li.menu-item a[href="/sitemap"] {
    display: none !important;
  }
}

.footer .fa-zalo {
    background: #e0e0e0;    
    color: #091b50;   
    padding: 15px 0px;    
}
.post-block .post-title a{
 overflow: hidden;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 3;
  font-size:16px;
  color:#031739;
}
.small-post .post-content .post-title a {
  /*overflow: hidden;*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size:16px;
}
.block-content .post-meta .post-categories.red {
    color: #D03632;
    display: none;
}

.node--view-mode-slider-1.post-block .post-meta-wrap .post-title{
  display: inline-flex;
}
.list-border .item-list.list-views ul li {
    margin: 0 0 12px;
}
.list-border .item-list.list-views ul li .post-block{
    margin: 0 0 12px;
    padding: 0 0 12px;
}
