﻿/* Ghi đè CSS của Bootstrap Carousel để xóa lớp phủ màu */
.carousel-item::before {
    background-color: transparent !important;
}
