/* Start custom CSS *//* Thanh cuộn */

.thong-diep::-webkit-scrollbar {
    width: 6px;
}
/* Thanh kéo */
.thong-diep::-webkit-scrollbar-thumb {
    background: #141E63;

    border-radius: 10px;

    transition: .3s;
}
/* Hover */
.thong-diep::-webkit-scrollbar-thumb:hover {
    background: #FF7F3E;
}/* End custom CSS */