.bannerMain .owl-dots {
    display: block !important;
}
.owl-dots {
    display: none;
}
.t-sc-subscribe-frm a img.cls_imgdk {
    height: 22px;
    margin: 9px;
}
img.ajax_img_loading.ajax_img_loading_mail {
    height: 20px !important;
}

.product__info .info_content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 0px;
}

.scale_hover {
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.scale_hover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item_vs img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.product__info .nfo_readmore {
    display: flex;

}

/* Container cho video - responsive với tỷ lệ 16:9 */
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Tỷ lệ 16:9 (9/16 = 0.5625) */
    height: 0;
    overflow: hidden;
}

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

/* Nếu muốn video chiếm full viewport height */
.video-fullscreen {
    position: relative;
    width: 100%;
    height: 100vh; /* Full chiều cao màn hình */
}

.video-fullscreen iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.popup {
    background: unset !important;
}
li.language {
    margin-bottom: 4px;
}
.timkiem_top {
    margin-bottom: 5px;
}
.dv-header-top.fixed {
    height: 64px;
}