
.title-news-ramdom{
	font-size: 14px;
	max-height: 2.3em;
  overflow: hidden;
  text-overflow: ellipsis; /* hiển thị dấu ba chấm (...) cho phần văn bản ẩn đi */
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 500;
}
.title-news{
	max-height: 2.8em;
  overflow: hidden;
  text-overflow: ellipsis; /* hiển thị dấu ba chấm (...) cho phần văn bản ẩn đi */
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tintuc-item {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    margin: 20px 0;
}
.text-center {
    text-align: center!important;
}
.tintuc-item .tintuc-content {
    padding: 10px 5px;
}
.tintuc-item .tintuc-content .tintuc-des {
    font-size: 0.9rem;
    /* min-height: 4rem; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 5px 0px;
}
.tintuc-item .tintuc-content .bd-readme {
    font-size: 0.9rem;
    /* border-bottom: 1px solid #000; */
    padding-bottom: 3px;
}
.video-news-seo iframe{
    aspect-ratio: 866 / 487;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.title-list-xseo{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

@media screen and (min-width:768px) {
 
    .product-details iframe{
        aspect-ratio: 866/487;
        /* width: 100%; */
        object-fit: cover;
    }
    
}
@media screen and (max-width:768px) {
    .product-details iframe{
        width: 100%;
        height: auto ;
        object-fit: cover;
    }
  
}
.packet-product-item {
    box-shadow: 0px 0px 40px 0px rgb(0 44 122 / 10%);
    background: #fff;
    border-radius: 8px;
}
.clearfix {
    zoom: 1;
  }
  .clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  .news {
    margin: 30px auto;
    width: 1000px;
  }
  .image-news{

  }
  

  .news .image-news {
    float: left;
    width: 300px;
  }
  .news .info-news {
    float: right;
    width: 640px;
  }

  .tintuc-item {
    display: flex; /* Sử dụng Flexbox cho từng mục tin tức */
    flex-direction: column; /* Đặt hướng theo cột để các phần tử con xếp chồng lên nhau */
    flex: 1; /* Để tất cả các mục có cùng chiều rộng và chiều cao */
    height: 100%; /* Đảm bảo chiều cao đầy đủ */
  }

  .tintuc-content {
    flex-grow: 1; /* Làm cho phần nội dung chiếm không gian còn lại */
    display: flex; /* Sử dụng Flexbox cho nội dung */
    flex-direction: column; /* Đặt hướng theo cột */
    justify-content: space-between; /* Đảm bảo khoảng cách đều giữa các phần tử con */
  }
.post-content{
  line-height: 1.5 !important;
}
.post-content ul,li,strong,span,p,div,h1,h2,h3,h4,h5,h6{
  line-height: 1.5 !important;
}
.post-content .image {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}