(function($,window,document,undefined){'use strict';$('.btn-scroll-down').on('click',function(){var offset=$(this).closest('.banner-slider-wrap').offset();$('html, body').animate({scrollTop:offset.top+$(window).height()},600);return!1})})(jQuery,window,document)