.mb030 {
    margin-bottom: 3px !important;
}
.pdb10 {
    float: left;  
    padding-left: 3px;
} 

.info-1blogs {
    display: flex; align-items: center;flex-wrap: wrap;margin-top: 15px;
}
.post-headerblog2 {
    
        padding: 16px 16px 0;
    margin-bottom: 2px;
    bottom: 4px;
    position: relative;
}
.header48blog {
    margin-bottom: 0  !important;
}
@media (min-width: 600px) {
.header48blog {
    display: none !important;
}
}
@media (max-width: 599.98px) {
.header48blog2 {
    display: none !important;
 }   
}  
.blog-text img.img-top1, 
.blog-wrapper img.img-top1 {
    height: 300px !important;
    width: 100% !important;
    object-fit: cover !important;
    object-position: top !important;
    display: block !important; /* Đảm bảo ảnh cư xử như một khối */
}
.blog-text img.img-center1, 
.blog-wrapper img.img-center1 {
    height: 300px !important;
    width: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important; /* Đảm bảo ảnh cư xử như một khối */
}
.blog-text img.img-bottom1, 
.blog-wrapper img.img-bottom1 {
    height: 300px !important;
    width: 100% !important;
    object-fit: cover !important;
    object-position: bottom !important;
    display: block !important; /* Đảm bảo ảnh cư xử như một khối */
}

.fa-a-right {
    color: #c5c5c5 !important;
}
.fa-a-left {
    border: 1px solid #a4a3a3;   padding: 2px 8px;   border-radius: 7px;   font-size: 18px;   color: #212529 !important;
}
.category-post {
    font-size: 14px;color: #212529 !important;
}
.border-group {
        border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
}
@media (max-width: 599.98px) {
.font-i {
    color: #aeabab !important;
    font-size: 15px !important;
}
    
}
a[href*="/groups/category/8/reviews"] {
    display: none !important;
}
a[href*="/groups/category/19/cac-san-pham-dich-vu-khac"] {
    display: none !important;
}
  @media (min-width: 992px) {
.col-lg-6p {
    flex: 0 0 auto;
    width: 50% !important;
}
}
.custom-time-parent .initial-date {
    font-size: 10px !important;
    color: #999;
}


.custom-time-parent {
    font-size: 11px !important; 
    color: #999 !important;
    text-decoration: none;
}


.blog-text img + br, 
.blog-wrapper img + br, 
.post-text img + br {
       display: none;
}
@media (max-width: 350px) {
.main-header .logo img {
    max-width: 90px !important;
}
}
.cc-floating.cc-theme-edgeless .cc-message {
    margin: 0.5em !important;
}
.cc-left {
    left: auto !important;
    right: 1em !important;
}
.custom2_scroll {
    height: auto;
    overflow-y: auto;
}
@media screen and (min-width: 391px) and (max-width: 399.5px) {
    .post-media-pd {
        padding: 0 0 15px 0 !important;
    }
}

@media screen and (min-width: 400px) and (max-width: 415px) {
    .post-media-pd {
        padding: 0 0 30px 0 !important;
    }
}
@media (max-width: 390.5px) {
.post-media-138 {
    height: auto ;
}
.media-pd-info {
    line-height: 24px !important;
}
.post-media-pd {
    padding: 0 !important;
}
}

@media (min-width: 480.5px) {
.post-media-pd {

        padding: 20px 0 !important
}


}
@media (min-width: 600px) {
.post-media-138 {
    height: 148px;
   
}
}
.media-pd-info {
    line-height: 40px !important;
}
@media (max-width: 599.98px) {
.post-media-138 {
    height: 156px;
   
}
}
@media screen and (min-width: 767px) and (max-width: 991.98px) {
    
.col-lg-999 {
width: 64.766667%  !important;
 padding: 0;
    }
}
@media (min-width: 992px) {
.col-lg-999 {
width: 73.766667%  !important;
    padding: 0;
}
}

.dropdown-menug .dropdown-menu.show{
    z-index: 3333333333333333333333;
}

.profile-cover-wrapper {
  position: relative; /* Đảm bảo lớp phủ được định vị tương đối với ảnh cover */
}

/* Tạo lớp phủ với hiệu ứng gradient */
.profile-cover-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Hiệu ứng gradient: trong suốt (rgba(0,0,0,0)) ở đỉnh, rồi mờ dần xuống màu đen nhạt (rgba(0,0,0,0.6)) ở 100% chiều cao */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1; /* Đặt lớp phủ ở trên ảnh */
}

/* Đảm bảo các nút và chữ (profile-cover-buttons) nằm phía trên lớp phủ */
.profile-cover-buttons, .profile-cover-loader, .profile-cover-position-loader {
  position: relative;
  z-index: 2; /* Phải lớn hơn z-index của lớp phủ */
}
/* Đảm bảo không có lớp phủ gradient nào trên avatar */
.profile-avatar-wrapper img {
  filter: none !important;      /* Ghi đè bất kỳ độ mờ, độ sáng nào */
  opacity: 1 !important;        /* Đặt độ trong suốt về 100% */
  /* Đặt z-index cao để đảm bảo không có lớp phủ (overlay) nào che mất ảnh */
  z-index: 2  !important ; 
  position: relative !important;
}

.profile-avatar-change, .profile-avatar-crop, .profile-avatar-delete   {
     z-index: 3  !important;
}
.namef {
        font-size: .75rem;
    color: #9b9b9b;
}

@media (min-width: 992px) {
.col-lg-8g {
        padding: 0 !important;
                width: 65.433333% !important;
}
}
.p-time2 {
    line-height: 22px !important;
}
.post-media-138 {
  
    padding: 10px;
    border-radius: 0 !important;
        margin-bottom: 0 !important;
}
.post-media-138b {
     height: auto !important;
    margin: 0 !important;
    padding: 0 10px;
 

}
.blogs-widget-headerb {
        background: #fff;
    padding: 10px;
}



.post-media-pdb {

        padding:  0 !important
}

#left-ad-banner,
#right-ad-banner {
    position: fixed;
    top: 113px; /* Thêm dòng này để cố định ngay lập tức */
    z-index: 2;
    will-change: top; /* Tối ưu hóa hiệu năng cuộn */
}

#left-ad-banner { left: 0; }
#right-ad-banner { right: 0; }

@media (max-width: 1199.98px) {
    #left-ad-banner, #right-ad-banner { display: none; }
}
@media screen and (min-width: 380px) and (max-width: 830px) {
.logo83 {
max-width: 100%  !important;
}
}

@media (max-width: 379px) {
.logo83 {
    max-height: 30px !important;
}
}



@media (max-width: 319.98px) {
  .breaks-point::after {
    content: "\A"; /* Mã Unicode cho dòng mới */
    white-space: pre; /* Bắt buộc để trình duyệt hiểu lệnh ngắt dòng */
  }
  .ml295 {
    left: -10px;
        position: relative;
  }
}



.fl-left {float: left;}
@media (max-width: 291.5px) {
.fl-292 {*float: none;line-height: 20px !important;}
}
.w270 {
    width: auto;
}
@media (max-width: 269.5px) {
    .w270 {
 width: 190px !important;
}
}
.time48 {
    position: relative !important;
    top: -3px !important;
    float: left !important;
}
.time49 {
    position: relative !important;
    top: -3px !important;
    float: left !important;
    *right: 20px;
}
@media (max-width: 279.5px) {
time495 {
   top: -13px !important;
    right: 0;
}
}
    .top3 {

            top: 3px;
    }

.mgri10px {
        margin-right: 10px;
}

.p-time {
    float: right;
  top: 7px;
    position: relative;
      
}

@media (min-width: 292px) {
left23 {
left: -23px;
    position: relative;
}
}

@media screen and (min-width: 280px) and (max-width: 292px) {

left24 {
left: -23px;
    position: relative;
}
}

.none-after::after {
    display: none !important;
    content: none !important;
    border: none !important; /* Xóa hình tam giác mặc định của Bootstrap */
}

.font-i2s {
color: #666;     
font-size: 12px; 
}

.font-i {
color: #dbdada;     
font-size: 10px; 
}

.ihome {
width: 9.7rem;
    height: 8rem;
  border-radius: 1px !important;
  float: right;
  
}


@media (max-width: 599.98px) {
.ihome {
    width: 8rem !important; 
    height: 6rem !important;
    overflow: hidden;
        display: flex;
}
.maxs600 {
    display: none;
}

}
.pd-i16t {
    padding: 10px 0 0 0 !important;
}
/*@media (max-width: 479.98px) {*/
.hide-pt {
    display: none;
}
/*}*/

@media (min-width: 767px) {
.col-lg-33 {
width: 24%;
        left: 10px;
        position: relative;
        background: #fff;
}
}
.pd-data {
    padding: 14px 8px !important;
}

.card-radius {
        border-radius: 0 !important;
}

   .col-lg-99 {
    background: #fff ;
      
        border-radius: 7px;
    }

  
  @media screen and (min-width: 992px) and (max-width: 1199.98px) {

  .col-lg-99 {
    width: 75%  !important;
  }  
}
 @media screen and (min-width: 767px) and (max-width: 991.98px) {


  .col-lg-99 {
    width: 74.666667%   !important;
  }  
}     

.bg-related {
    margin-top: 30px; 
background: #fff;
    padding: 20px 5px;
  
}
.col-md-44 {
            padding: 0;
                width: 32.133333%;
}
.col-md-100 {
            width: 100%;
}
.form-group2 {
    overflow: hidden;
    height: 0;
}

.l-icon {
        left: 5px;
    position: relative;
}
.pd-body2 {
padding: 0;
}
.auto-div {width: auto !important; }
@media (min-width: 767px) {
.auto-sea {width: 64% ; 
}
}
@media (min-width: 767px) {
  /* Đoạn mã này chỉ Firefox mới đọc được */
  @-moz-document url-prefix() {
    .auto-sea {
      width: 60%;
    }
  }
}


@media screen and (min-width: 992px) and (max-width: 1214px) {
    @-moz-document url-prefix() {
  .s1214 {
    width: 54.666667% !important
  }
  }
}

@media screen and (min-width: 767px) and (max-width: 991.98px) {
 @-moz-document url-prefix() {
  .col-lg-66 {
   
    width: 45.666667% !important
  }
  }
}

@media (min-width: 992px) {
    .col-lg-66 {
        width: 55%;
    }
}

/* Đảm bảo dấu chấm hiển thị */
.widget-body .custom-list {
  list-style-type: disc !important; /* "disc" là kiểu dấu chấm mặc định */
  margin-left: 20px !important; /* Thêm lề để dấu chấm không bị ẩn ngoài lề */
  padding-left: 0px !important; 
  color: #bcbec0;
  line-height: 20px;
}


.pdb-title {

    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    font-weight: 700;
}

.pd10-header {

        padding: 10px;
}
.pd-lr {

        padding: 0 5px;
       bottom: 20px;
    position: relative;
}
.with-list2 {

        border: 1px solid #d8dee3 !important;
    margin: 10px;
}
.card-ppl {

        color: #333;
    font-size: .875rem;
    font-weight: 700;
  
}
.blogs-widgetb {
    text-transform: none !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    color: #333 !important;
 
}
.blogs-widgetb2 {
 
    border-bottom: 2px solid #333 !important;
}



.card-pplb {
    margin-top: .625rem;
        color: #333 !important;
    font-size: .875rem !important;
    font-weight: 700 !important;
  line-height: 1.3rem !important;
}
.bd-radius {
    border-radius: 5px;
}
.pdt-ppl {

        margin-top: .625rem;
}
/* header */
.header48 {
    margin-bottom: 0  !important;
}
@media (min-width: 600px) {
.header48 {
    display: none;
}
}
@media (max-width: 599.98px) {
.header48b {
    display: none;
 }   
}

@media (min-width: 767px) {
    .col-lg-2 {
        flex: 0 0 auto;
        width: 14.366667%;
padding: 0 ;
    }
}

@media (min-width: 768px) {
    col-md-8 {
        flex: 0 0 auto;
        width: 54.666667%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1110px) {
.col-lg-2 {
 
        padding: 0;
    }
}
@media (min-width: 1110px) {
    .col-lg-2 {
    
        left: 20px;
        position: relative;
    }
}


.bt-More {
    color: rgb(255, 255, 255) !important;
    border-color: rgb(0, 59, 112);
    background-color: #2C2E39 !important;
    border-radius: 4px !important;
    padding: 6px 0px !important;
}
.pd-all {
     padding: 10px 0 !important;
}

.active-l {
margin-left: 0 !important;
    border-radius: 0 !important;
     padding: 10px 0 !important;
}
.menu-g {

        margin-left: 0 !important;
    padding: 10px 0 !important;
    font-size: 1rem !important;
    color: #000 !important;
    font-weight: 700 !important;
    border-bottom: 1px solid #dfe0e3;
}

.col-lg-4h {
 width: 32.133333% ;
        padding: 0;

}
@media (max-width: 991.98px) {
   .col-md-8b {
    width: 100% !important;


}
}
@media (min-width: 992px) {
 .col-md-8b {
    width: 66.66666667% !important;
 padding: 0 10px;
}
}
@media (max-width: 991.98px) {
.col-md-4h {
     width: 100%  !important;
}
.blogs-widget-headerb {
        margin-top: 10px;
    padding: 10px 20px !important;
}
.d-n-block {
        display: none !important;

}
}
.col-md-4h {
 width: 32.133333% ;
        padding: 0;

}

.fw-bold {
    font-weight: bold;
}
.col-lg-8h {
  padding-left: 10px;
        padding-right: 10px;

}
@media (max-width: 766.98px) {
.col-lg-4 .card {
  
    padding: 0 20px;
}
}
 .main-header .logo {
    color: #fff;
        font-weight: normal !important
}

@media (max-width: 766.98px) {
    .container, .container-sm {
        max-width: 100%;
           padding-left: 0 ;
        padding-right: 0 ;
    }
   
}



@media (min-width: 767px) {
    .ccol-lg-2s {
        flex: 0 0 auto;
        width: 14.366667%;
    }
     
}

@media (min-width: 767px) {
    .col-lg-4s {
        flex: 0 0 auto;
        width: 30.333333%;
        position: relative;
        top: -4px;
        line-height: 36px;
    }
}

.main-header .search-wrapper {
    position: relative;
    width: 100%;
}

#search-input {
    height: 35px;
    margin-top: 0;
    border-radius: 50px;

}
.main-header .search-input-icon {
    position: absolute;
    top: 5px;
    left: 5px;
}


.white-s::after {
        border-top-color: white !important;
    font-size: 20px;
    margin: 0;
    position: relative;
    top: 4px;
}

.white-s2 {
    color: #fff;
    font-weight: 500;
    
    /* Khắc phục lỗi ngắt dòng */
    display: inline-block; /* Quan trọng: Cần có display */
    max-width: 70px; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    /* Khắc phục lỗi không thẳng hàng (nếu dùng inline-block) */
    vertical-align: bottom; 
}
@media (min-width: 767px) {
.hs-767 {
    display: none;
}
}

@media (max-width: 766.98px) {
.hs1-767 {
    display: none;
}
}

.bt4 {
bottom: 4px;
    position: relative;

}
@media (max-width: 991.98px) {
    .d1-none {
        display: none;
    }
    .col-lg-4h {
    width: 100%;
  
}
}

@media (min-width: 992px) {
    .hide-sss {
            display: none;
    }
}
.main-header {
    min-width: 320px; 
    width: 100%;
    /* Đảm bảo toàn bộ body luôn có chiều rộng tối thiểu là 335px */
    *overflow-x: auto; 
    /* Thêm thanh cuộn ngang nếu màn hình nhỏ hơn 335px */
}
@media (min-width: 480px) {
.sh-svg {
    display: none;

}
}
@media (max-width: 479.98px) {
.hi-login {
    display: none;

}
}
@media (max-width: 479.98px) {
.menu-item a {

    padding: 10px 0 !important;
}
}
/* end header  !important*/
.cl-author {
font-size: 11px !important;
    line-height: 10px !important;
    font-weight: normal !important;
    color: #999;
    *display: inline-block;
    *max-width: 80px;
    *overflow: hidden;
    *text-overflow: ellipsis;
    *white-space: nowrap; 

}
.cl-group {
    font-size: 11px !important;
    line-height: 15px !important;
    font-weight: normal !important;
      color: #222;
      
      display: inline-block !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 180px;
  overflow: hidden;
  vertical-align: middle;
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {
    .col-lg-4s {
        flex: 0 0 auto;
        width: 36.333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 48.666667%;
    }
}


@media screen and (min-width: 992px) and (max-width: 1214px) {

    .s1214 {
      
        width: 58.666667%;
    }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
       .s991 {
     
        width: 50.666667% !important;
    }
}


.h120 {    min-width: 120px!important;box-shadow: rgb(0 0 0 / 20%) 2px 10px 15px -3px, rgb(0 0 0 / 10%) 0 4px 6px -4px !important;}
@media screen and (min-width: 767px) and (max-width: 991.98px) {
        .col-lg-4s {
      
        width: 47.333333%;
    }
        .col-md-8 {
      
        width: 37.666667%;
    }
}

/**/
/* Sử dụng bộ chọn chi tiết hơn để ghi đè hệ thống */
.colored-text-wrapper textarea.js_publisher-scraper::placeholder {
    color: #a7a4a4 !important;
    opacity: 1 !important;
}

.colored-text-wrapper textarea.js_publisher-scraper::-webkit-input-placeholder {
    color: #a7a4a4 !important;
}

.colored-text-wrapper textarea.js_publisher-scraper::-moz-placeholder {
    color: #a7a4a4 !important;
    opacity: 1 !important;
}
/* @-moz */
@supports (-moz-appearance:none) {
@media (min-width: 992px) {
    
     .col-lg-6 {
      
        width: 58% !important; 
    }
    
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {

  .s991 {
 
    width: 54.667% !important; 
  }
 
}

@media screen and (min-width: 767px) and (max-width: 991.98px) {
 
  .s991 {

    width: 36.333333% !important; 
  }
  .col-lg-4s {
      
        width: 47.333333% !important;
    }
  
}



@media (min-width: 992px) {
 
  .col-lg-66 {
    width: 52% !important;
  }
  
}


@media screen and (min-width: 992px) and (max-width: 1199.98px) {
 
  .col-lg-66 {
 
    width: 46.666667% !important;
  }
  
}
@media screen and (min-width: 767px) and (max-width: 991.98px) {
   
  .col-lg-66 {
    width: 34.666667% !important;
  }
  
}
}



@media (min-width: 767px) {
      @-moz-document url-prefix() {
  .col-lg-4s {
 
    width: 33.333%;

  }
   }
}
@-moz-document url-prefix() {
   .cl-group {
    font-size: 11px !important;
    line-height: 15px !important;
    font-weight: normal !important;
      color: #222;
      font-size-adjust: 0.4 !important; 
      display: inline-block !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  overflow: hidden;
  vertical-align: middle;
}

.custom-time-parent .initial-date {
    font-size-adjust: 0.32 !important; 
  
}

.fa-a-left {
    border: 1px solid #a4a3a3;   padding: 2px 8px;   border-radius: 7px;  font-size-adjust: 0.6 !important;   color: #212529 !important;
}
@media (max-width: 599.98px) {
.font-i2s {
    color: #aeabab !important;
    font-size-adjust: 0.5 !important;
}
}
.cl-author {
  font-size-adjust: 0.4 !important; 
}
.post-time {
    font-size-adjust: 0.4 !important; 
}
.top3 {
  top: 1px !important; 
} 
 .fa-pencil {
        font-size: 27px !important;
    }
   body {
        font-size: 11px !important;  font-size-adjust: 0.45 !important; 
        -moz-osx-font-smoothing: grayscale;
    }
    .post-media-meta .title {
 font-size-adjust: 0.52 !important; 
  font-size: 1.5rem;
    }
}
/* end @-moz */
