$(function(){$('#services-tabs li a').click(function(){if(location.pathname.replace(/^\//,'')==this.pathname.replace(/^\//,'')&&location.hostname==this.hostname){var a=$(this.hash);a=a.length?a:$('[name='+this.hash.slice(1)+']');if(a.length){$('html,body').animate({scrollTop:(a.offset().top-80)},1000);return false}}})});$(function(){$('#section4 a.more').click(function(){if(location.pathname.replace(/^\//,'')==this.pathname.replace(/^\//,'')&&location.hostname==this.hostname){var a=$(this.hash);a=a.length?a:$('[name='+this.hash.slice(1)+']');if(a.length){$('html,body').animate({scrollTop:(a.offset().top-80)},1000);return false}}})});$(document).ready(function(){var a=new Swiper('.swiper-container',{pagination:'.pagination',calculateHeight:true,paginationClickable:true});$('.arrow-left').on('click',function(e){e.preventDefault();a.swipePrev()});$('.arrow-right').on('click',function(e){e.preventDefault();a.swipeNext()})});