/* Swipper */

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 9999px;
    background-color: #D1D1D1;
    transition: all 0.25s ease;
}

/* Mobile + Tablet (< xl) */
@media (max-width: 1279px) {
    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    article:hover h3{
        color: #D52128;
    }
}

.swiper-pagination-bullet-active {
    background-color: #D52128;
}

#news-search-input {
    /* user-select: none; */
    -webkit-user-select: none;
    /* Safari cũ + iOS */
    -webkit-touch-callout: none;
    /* iOS Safari (ngăn menu callout) */
    -moz-user-select: none;
    /* Firefox cũ (thỉnh thoảng vẫn cần) */
    -ms-user-select: none;
    /* IE/Edge cũ */
    user-select: none;

    transform: scale(0.875); 
  transform-origin: left center;
}