.blog-title{
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
    margin-top: 8px;
    font-weight: 500;
    color: #151515!important;
    padding-bottom: 15px;

}

.grid-icon {
  color: #1464f4; /* Màu xanh */
  font-size: 24px; /* Kích thước icon */
}

.list-icon {
  font-size: 24px; /* Kích thước icon */
}
.bannerbreadcrumb {
    background: url(../images/breadcrumb_bg-1b6c5cfe.jpg);
}

.custom-blog{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 86px;
}
/* .ts-latest-post .post-body .post-title{
    min-height: 30px
} */
.blog__header {
    display: flex;
    justify-content: space-between; /* Đưa tiêu đề và nút ra hai bên */
    align-items: center; /* Căn giữa theo chiều dọc */
    
}
.vin_img{
    margin-top:20px;
    background: url(https://vinfast.vn/wp-content/themes/buddyboss-theme-child/assets/images/header-vinfast-vector.png) no-repeat;
    background-position: right;
    min-height: 86px;
}
.blog-title {
    margin: 0; /* Loại bỏ khoảng cách mặc định của tiêu đề */
}

.btn-view-all {
    padding: 10px 20px;
    color: #1464f4; /* Màu chữ */
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
}
.vin-archive-posts-view-type button {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.vin-archive-posts-view-type button.active {
    border: 2px solid #1464F4; /* Màu cho nút active */
    border-radius: 5px;
}

.width-blog{
    object-fit: cover;
    height: 250px!important;
    width: 100%;
}
.btn-grid-view {
    border: none;
    outline: none; /* Loại bỏ viền khi được nhấn */
}
.btn-list-view {
    border: none;
    outline: none; /* Loại bỏ viền khi được nhấn */
}
.btn-grid-view, .btn-list-view {
    background-color: transparent; /* Bỏ màu nền */
    border: none; /* Bỏ viền nếu có */
    cursor: pointer; /* Thay đổi con trỏ khi hover */
}

.btn-grid-view:hover, .btn-list-view:hover {
    opacity: 0.8; /* Thêm hiệu ứng khi hover nếu muốn */
}


.post-info span {
    padding: 0 10px; /* Thay đổi giá trị theo ý muốn */
}

.icon-spacing {
    margin-right: 8px; /* Thay đổi giá trị theo ý muốn */
}

.padding-col{
    padding-left: calc(var(--bs-gutter-x)* .7);
}

.title-link {
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2;
    overflow: hidden; 
    text-overflow: ellipsis; 
    max-height: 3em; 
    line-height: 1.5em; 
    color: inherit; 
    text-decoration: none; 
}
.bb-share-container {
    display: none;
}
@media only screen and (min-width: 1024px) {
    .bb-share-container {
        display: block; /* Hiển thị trên màn hình lớn */
    }
    .content-area{
        max-width: 1110px;
        padding-bottom: 50px;
        margin: 0 auto;
    }
    .share-container {
        margin-left: -60px;
    }
    .bb-grid-cell:not(.no-gutter), .bb-grid>:not(.no-gutter) {
        padding-top: 0;
        padding-bottom: 0;
    }
    .bb-grid-cell:not(.no-gutter), .bb-grid>:not(.no-gutter) {
        padding-left: 10px;
        padding-right: 10px;
    }
    .bb-share-container {
        position: absolute;
        width: 50px;
        top: 300px;
        background: var(--bb-content-background-color);
        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .06);
        border-radius: 100px;
        padding: 15px 0;
        text-align: center;
        z-index: 21;
    }
    .bb-grid-cell, .bb-grid>* {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 1px;
        list-style: none;
    }
    .jssocials-share-label {
        display: none!important; /* Ẩn nhãn mặc định */
    }
    
    .jssocials-share-link:hover .jssocials-share-label {
        display: inline-block!important; 
    }
    .bb-share-container a {
        color: var(--bb-headings-color);
    }
    .article.post .entry-content-wrap h1, .elementor-widget-text-editor h1 {
        font-weight: 400 !important;
        font-size: 3rem !important;
    }
}

/* chức năng chuyển list */
/* List view */
.list-view .col-lg-4,
.list-view .col-md-6 {
    flex: 0 0 100%; /* Để chiếm toàn bộ chiều ngang */
    max-width: 100%;
}

.list-view .thumbnail {
    display: flex;
    flex-direction: row; /* Hiển thị hình ảnh và nội dung nằm ngang */
}

.list-view .thumbnail img {
    width: 400px; /* Kích thước nhỏ hơn */
    margin-right: 15px; /* Khoảng cách giữa hình ảnh và nội dung */
}

.list-view .caption {
    padding: 0 15px;
    flex: 1; /* Chiếm hết phần còn lại của không gian */
}

/* test code list */
  .glyphicon {
    margin-right: 5px;
}

.thumbnail {
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.item.list-group-item {
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}

    .item.list-group-item:nth-of-type(odd):hover, .item.list-group-item:hover {
        background: #428bca;
    }

    .item.list-group-item .list-group-image {
        margin-right: 10px;
    }

    .item.list-group-item .thumbnail {
        margin-bottom: 0px;
    }

    .item.list-group-item .caption {
        padding: 9px 9px 0px 9px;
    }

    .item.list-group-item:nth-of-type(odd) {
        background: #eeeeee;
    }

    .item.list-group-item:before, .item.list-group-item:after {
        display: table;
        content: " ";
    }

    .item.list-group-item img {
        float: left;
    }

    .item.list-group-item:after {
        clear: both;
    }

.list-group-item-text {
    margin: 0 0 11px;
}
@media (max-width: 991px) { /* Ẩn trên mobile và tablet */
    .icon-container {
        display: none;
    }
}
@media (max-width: 768px) {
    .blog-title {
        font-size: 24px; /* Điều chỉnh kích thước chữ cho mobile */
    }
}
.no-underline {
    text-decoration: none; /* Bỏ gạch chân */
}
.no-underline:hover {
    
    cursor: pointer; /* Con trỏ biến thành hình tay khi hover */
}

/* .icon-container button.active {
    background-color: rgba(20, 100, 244, 0.1); Thay đổi màu nền cho nút đang hoạt động
   border: 1px solid rgb(20, 100, 244);
} */
.reset-link {
    all: unset; /* Bỏ mọi thuộc tính CSS */
    display: inline; /* Đảm bảo thẻ vẫn hoạt động như một thẻ inline */
}
.bb-share-container .jssocials-share:not(:last-child) {
    margin-bottom: 8px;
}
.jssocials-share-link {
    position: relative; /* Đặt vị trí tương đối cho phần tử chứa tooltip */
}

.jssocials-share-link::after {
    content: attr(data-balloon); /* Lấy nội dung từ thuộc tính data-balloon */
    position: absolute; /* Đặt vị trí tuyệt đối để dễ dàng căn chỉnh */
    margin-left:90px;
    bottom: 100%; /* Đưa tooltip lên phía trên của phần tử */
    left: 50%; /* Căn giữa tooltip */
    transform: translateX(-50%); /* Điều chỉnh vị trí để chính giữa */
    background: rgba(0, 0, 0, 0.7); /* Màu nền tối cho tooltip */
    color: white; /* Màu chữ trắng */
    padding: 5px 10px; /* Khoảng cách bên trong cho tooltip */
    border-radius: 4px; /* Bo tròn các góc */
    white-space: nowrap; /* Không cho phép ngắt dòng */
    opacity: 0; /* Ẩn tooltip mặc định */
    transition: opacity 0.2s; /* Thêm hiệu ứng chuyển tiếp */
}

.jssocials-share-link:hover::after {
    opacity: 1; /* Hiện tooltip khi hover */
}




/* Videos */


.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 55.80%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

ul.iframe-list {
    padding: 0;
    margin: 0;
    max-height: 355px;
    overflow: auto;
}

ul.iframe-list li {
    position: relative;
    
    font-weight: bold;
    display: table;
    vertical-align: middle;
}

ul.iframe-list li:not(:last-child){
    padding-bottom: 4px;
}

ul.iframe-list li img {
    float: left;
    max-width: 88px;
    margin-right: 10px;
}

ul.iframe-list li a {
    color: #403e3e;
    text-decoration: none;
}

ul.iframe-list li a.active {
    color: #ed1c24;
}

.section-youtube-videos .video-title {
    font-weight: 600;
    font-size: 2rem;
}
