.title-nghiant9 {
    display: inline-block;
    vertical-align: top;
    padding: 2px 15px;
    color: #fff;
    line-height: 30px;
    background: linear-gradient(to right, #1b1e1a, #b10000, #1c1e1c);
    text-align: left;
    border-radius: 10px;
    width: 100%;
    font-family: system-ui;
    font-size: 21px;
}

.ExampleVideosBlock_fullHeightSection__NFw68 {
    padding-top: 28px;
}

.tracking-\[-0\.2px\] {
    letter-spacing: -.2px;
    padding-top: 18px;
}

/* Bỏ cuộn mượt */
html {
    scroll-behavior: auto; /* Đặt về mặc định */
}

/* Hiển thị lại thanh cuộn mặc định */
.no-scrollbar::-webkit-scrollbar {
    display: block; /* Hiển thị lại thanh cuộn */
}

.no-scrollbar {
    -ms-overflow-style: auto; /* Sử dụng thanh cuộn mặc định trên IE */
    scrollbar-width: auto; /* Sử dụng thanh cuộn mặc định trên Firefox */
}

.slider-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.slider {
    display: flex;
    transition: transform 0.5s ease;
}

.slide {
    min-width: 248px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
    border-right: 5px solid #000000;
}

.slide:last-child {
    border-right: none;
}

.videoClip {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 18px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: background 0.3s ease, transform 0.3s ease;
}

.left-arrow {
    left: 10px;
}

.right-arrow {
    right: 10px;
}

.arrow:hover {
    background: rgba(200, 200, 200, 0.8);
}

.arrow:active {
    transform: scale(0.9);
}
