.text-all.tabs::-webkit-scrollbar-track{ border-left: 3px solid white; border-right: 3px solid white; background-color: #DFCB9E; } .text-all.tabs::-webkit-scrollbar{ width: 8px; background-color: white; } .text-all.tabs::-webkit-scrollbar-thumb{ background-color: #E1C88A; } .text-all.tabs::-webkit-scrollbar:horizontal{ display:none; }
Joint Stock Company "New Grain Company"

Joint Stock Company
«New Grain Company»

$('.nav-link').click(function(e) { e.preventDefault(); href = $(this).attr('href'); $(this).delay(500).queue(function() { window.location = href; $(this).dequeue(); }); });