function quickLinks(n){var t;switch(n){case 1:t=0;break;case 2:t=1264;break;case 3:t=2220}jQuery("html,body").stop().animate({scrollTop:t},1e3,"swing")}function goHeight(n){jQuery("html,body").stop().animate({scrollTop:n},1e3,"swing")}function clearDefault(n){n.defaultValue==n.value&&(n.value="")}function resetDefault(n){isEmpty(n.value)&&(n.value=n.defaultValue)}function isEmpty(n){return null==n||"undefined"==n||0==n.length?!0:!/\S/.test(n)}function quickLinks(n){var t;switch(n){case 1:t=0;break;case 2:t=1244;break;case 3:t=2006;break;case 4:t=3164}jQuery("html,body").stop().animate({scrollTop:t},1e3,"swing")}function goHeight(n){jQuery("html,body").stop().animate({scrollTop:n},1e3,"swing")}jQuery(document).ready(function(){var n={Android:function(){return navigator.userAgent.match(/Android/i)?!0:!1},BlackBerry:function(){return navigator.userAgent.match(/BlackBerry/i)?!0:!1},iOS:function(){return navigator.userAgent.match(/iPhone|iPad|iPod/i)?!0:!1},Windows:function(){return navigator.userAgent.match(/IEMobile/i)?!0:!1},any:function(){return n.Android()||n.BlackBerry()||n.iOS()||n.Windows()}};n.any()&&(jQuery(".page_rnav").css("display","none"),jQuery(".scrollhide").css("display","none"),jQuery(".on-contact").css("display","none"));jQuery(window).scroll(function(){var n=jQuery(window).scrollTop();1100>n?(jQuery(".page_rnav").find("li").removeClass("current"),jQuery(".page_rnav").find("li:eq(0)").addClass("current")):1855>n?(jQuery(".page_rnav").find("li").removeClass("current"),jQuery(".page_rnav").find("li:eq(1)").addClass("current")):n>=2170&&(jQuery(".page_rnav").find("li").removeClass("current"),jQuery(".page_rnav").find("li:eq(2)").addClass("current"))});$(".menu").on("tap",function(){$(".nav-mobile").stop().slideToggle(100)})});!function t(n,t,i){function r(u,e){var s,o;if(!t[u]){if(!n[u]){if(s="function"==typeof require&&require,!e&&s)return s(u,!0);if(f)return f(u,!0);throw new Error("Cannot find module '"+u+"'");}o=t[u]={exports:{}};n[u][0].call(o.exports,function(t){var i=n[u][1][t];return r(i?i:t)},o,o.exports,t,n,t,i)}return t[u].exports}for(var f="function"==typeof require&&require,u=0;u0&&!n.match(/^(data:)/i)?!0:!1};i.prototype.urlIsNew=function(n){"use strict";return-1===this.sources.indexOf(n)};i.prototype.isIE=function(){"use strict";return navigator.userAgent.match(/msie/i)};i.prototype.isOpera=function(){"use strict";return navigator.userAgent.match(/Opera/i)};t.exports=i},{"./Image.js":1}],4:[function(n,t){function i(){"use strict";this.element=null;this.className="queryloader__overlay__bar";this.barHeight=1;this.barColor="#fff"}i.prototype.create=function(){"use strict";this.element=document.createElement("div");this.element.setAttribute("class",this.className);this.setStyling();this.updateProgress(0,0)};i.prototype.setStyling=function(){"use strict";this.element.style.height=this.barHeight+"px";this.element.style.marginTop="-"+this.barHeight/2+"px";this.element.style.backgroundColor=this.barColor;this.element.style.position="absolute";this.element.style.top="50%";this.setTransitionTime(100)};i.prototype.updateProgress=function(n,t){"use strict";parseInt(n)<0?n=0:parseInt(n)>100&&(n=100);0!==t&&this.setTransitionTime(t);this.element.style.width=parseInt(n)+"%"};i.prototype.setTransitionTime=function(n){"use strict";this.element.style.WebkitTransition="width "+n+"ms";this.element.style.MozTransition="width "+n+"ms";this.element.style.OTransition="width "+n+"ms";this.element.style.MsTransition="width "+n+"ms";this.element.style.Transition="width "+n+"ms"};t.exports=i},{}],5:[function(n,t){function i(){"use strict";this.element=null;this.idName="qlPercentage";this.className="queryloader__overlay__percentage";this.barHeight=1;this.barColor="#fff"}i.prototype.create=function(){"use strict";this.element=document.createElement("div");this.element.setAttribute("class",this.className);this.element.setAttribute("id",this.idName);this.applyStyling();this.updateProgress(0,0)};i.prototype.applyStyling=function(){"use strict";this.element.style.height="40px";this.element.style.width="100%";this.element.style.position="absolute";this.element.style.fontSize="3em";this.element.style.top="50%";this.element.style.left="0";this.element.style.marginTop="-"+(59+this.barHeight)+"px";this.element.style.textAlign="center";this.element.style.color=this.barColor};i.prototype.updateProgress=function(n){"use strict";parseInt(n)<0?n=0:parseInt(n)>100&&(n=100);this.element.innerHTML=parseInt(n)+"%"};t.exports=i},{}],6:[function(n,t){function i(n){"use strict";this.parentElement=n;this.idName="qLoverlay";this.percentageId="qlPercentage";this.className="queryloader__overlay";this.element=null;this.loadingBar=null;this.percentage=null;this.barColor="#ff0000";this.backgroundColor="#000";this.barHeight=1;this.fadeOutTime=300;this.showPercentage=!1}var r=n("./LoadingBar.js"),u=n("./Percentage.js");i.prototype.init=function(){"use strict";this.create();this.loadingBar=new r;this.loadingBar.barHeight=this.barHeight;this.loadingBar.barColor=this.barColor;this.loadingBar.create();this.element.appendChild(this.loadingBar.element);this.showPercentage&&(this.percentage=new u,this.percentage.barColor=this.barColor,this.percentage.idName=this.percentageId,this.percentage.create(),this.element.appendChild(this.percentage.element));this.parentElement.appendChild(this.element)};i.prototype.create=function(){"use strict";this.element=document.querySelector("#"+this.idName)||document.createElement("div");this.element.setAttribute("class",this.className);this.element.setAttribute("id",this.idName);this.applyStyling()};i.prototype.applyStyling=function(){"use strict";this.element.style.position=this.calculatePosition();this.element.style.width="100%";this.element.style.height="100%";this.element.style.backgroundColor=this.backgroundColor;this.element.style.backgroundPosition="fixed";this.element.style.zIndex=666999;this.element.style.top="0";this.element.style.left="0";this.element.style.WebkitTransition="opacity "+this.fadeOutTime+"ms";this.element.style.MozTransition="opacity "+this.fadeOutTime+"ms";this.element.style.OTransition="opacity "+this.fadeOutTime+"ms";this.element.style.MsTransition="opacity "+this.fadeOutTime+"ms";this.element.style.Transition="opacity "+this.fadeOutTime+"ms"};i.prototype.calculatePosition=function(){"use strict";var n="absolute";return"body"===this.parentElement.tagName.toLowerCase()?n="fixed":("fixed"!==this.parentElement.style.position||"absolute"!==this.parentElement.style.position)&&(this.parentElement.style.position="relative"),n};i.prototype.updateProgress=function(n,t){"use strict";null!==this.loadingBar&&this.loadingBar.updateProgress(n,t);null!==this.percentage&&this.percentage.updateProgress(n,t)};i.prototype.remove=function(){"use strict";this.element.parentNode.removeChild(this.element)};t.exports=i},{"./LoadingBar.js":4,"./Percentage.js":5}],7:[function(){Function.prototype.bind||(Function.prototype.bind=function(n){"use strict";if("function"!=typeof this)throw new TypeError("Function.prototype.bind - what is trying to be bound is not callable");var r=Array.prototype.slice.call(arguments,1),u=this,t=function(){},i=function(){return u.apply(this instanceof t&&n?this:n,r.concat(Array.prototype.slice.call(arguments)))};return t.prototype=this.prototype,i.prototype=new t,i})},{}],8:[function(n,t){function i(n,t){"use strict";this.element=n;this.options=t;this.done=!1;this.maxTimeout=null;this.defaultOptions={onComplete:function(){},backgroundColor:"#000",barColor:"#fff",overlayId:"qLoverlay",percentageId:"qLpercentage",barHeight:1,percentage:!1,deepSearch:!0,minimumTime:300,maxTime:1e4,fadeOutTime:1e3};this.overlay=null;this.preloader=null;null!==n&&this.init()}var r=n("./ImagePreloader/"),u=n("./Overlay/");i.prototype.init=function(){"use strict";this.options=this.extend(this.defaultOptions,this.options);"undefined"!=typeof this.element&&(this.createOverlay(),this.createPreloader(),this.startMaxTimeout())};i.prototype.extend=function(n,t){"use strict";"undefined"==typeof n&&(n={});for(var i in t)t.hasOwnProperty(i)&&(n[i]=t[i]);return n};i.prototype.startMaxTimeout=function(){"use strict";this.maxTimeout=window.setTimeout(this.doneLoading.bind(this),this.options.maxTime)};i.prototype.createOverlay=function(){"use strict";this.overlay=new u(this.element);this.overlay.idName=this.options.overlayId;this.overlay.percentageId=this.options.percentageId;this.overlay.backgroundColor=this.options.backgroundColor;this.overlay.barHeight=this.options.barHeight;this.overlay.barColor=this.options.barColor;this.overlay.showPercentage=this.options.percentage;this.overlay.fadeOutTime=this.options.fadeOutTime;"undefined"!=typeof this.element&&this.overlay.init()};i.prototype.createPreloader=function(){"use strict";this.preloader=new r(this);this.preloader.deepSearch=this.options.deepSearch;window.setTimeout(function(){this.preloader.findAndPreload(this.element)}.bind(this),100)};i.prototype.updateProgress=function(n,t){"use strict";this.overlay.updateProgress(n/t*100,this.options.minimumTime);n===t&&this.done===!1&&(window.clearTimeout(this.maxTimeout),window.setTimeout(this.doneLoading.bind(this),this.options.minimumTime))};i.prototype.doneLoading=function(){"use strict";window.clearTimeout(this.maxTimeout);this.done=!0;this.overlay.element.style.opacity=0;window.setTimeout(this.destroy.bind(this),this.options.fadeOutTime)};i.prototype.destroy=function(){"use strict";this.overlay.remove();this.options.onComplete()};t.exports=i},{"./ImagePreloader/":3,"./Overlay/":6}],9:[function(n,t){n("./Polyfills/");var i=n("./QueryLoader.js");(window.jQuery||window.Zepto)&&!function(n){"use strict";n.fn.queryLoader2=function(n){return this.each(function(){new i(this,n)})}}(window.jQuery||window.Zepto);"undefined"!=typeof t&&(t.exports=i);"function"==typeof define&&define.amd&&define([],function(){"use strict";return i});window.QueryLoader2=i},{"./Polyfills/":7,"./QueryLoader.js":8}]},{},[9]);jQuery(document).ready(function(){jQuery(".ui-tabs-nav > li > a").mouseover(function(n){if(n.target==this){var r=jQuery(this).parent().parent().children("li"),i=jQuery(this).parent().parent().parent().children(".ui-tabs-panel"),t=jQuery.inArray(this,jQuery(this).parent().parent().find("a"));i.eq(t)[0]&&(r.removeClass("ui-tabs-selected").eq(t).addClass("ui-tabs-selected"),i.addClass("ui-tabs-hide").eq(t).removeClass("ui-tabs-hide"))}});jQuery("#proNav").hover(function(){jQuery("#trigger1").addClass("mu_cur")},function(){jQuery("#trigger1").removeClass("mu_cur");jQuery(this).hide()});jQuery("#trigger1").mouseover(function(){jQuery(this).addClass("mu_cur");jQuery("#proNav").show()});jQuery(".nav .a1").mouseover(function(){jQuery("#trigger1").removeClass("mu_cur");jQuery("#proNav").hide()})});jQuery(document).ready(function(){jQuery(".h8year").append('<\/span>').each(function(){var n=$("> span.hover",this).css("opacity",0);jQuery(this).hover(function(){n.stop().fadeTo(500,1)},function(){n.stop().fadeTo(500,0)})})});$(function(){$(".slide-wrapper").slick({arrows:!0,slidesToShow:3,slidesToScroll:1,autoplay:!0,prevArrow:$(".left-arrow"),nextArrow:$(".right-arrow")});$(".slide-wrapper-small").slick({arrows:!1,autoplay:!0,dots:!0,slidesToShow:1,slidesToScroll:1});$(".menu").on("tap",function(){$(".nav-mobile").stop().slideToggle(100)})});jQuery(document).ready(function(){var n={Android:function(){return navigator.userAgent.match(/Android/i)?!0:!1},BlackBerry:function(){return navigator.userAgent.match(/BlackBerry/i)?!0:!1},iOS:function(){return navigator.userAgent.match(/iPhone|iPad|iPod/i)?!0:!1},Windows:function(){return navigator.userAgent.match(/IEMobile/i)?!0:!1},any:function(){return n.Android()||n.BlackBerry()||n.iOS()||n.Windows()}};n.any()&&(jQuery(".page_rnav").css("display","none"),jQuery(".scrollhide").css("display","none"),jQuery(".on-contact").css("display","none"),jQuery(".abouthide").css("display","none"),jQuery(".aboutshow").css("display","block"),jQuery(".mHistory").css("margin-top","70px"))});jQuery(document).ready(function(){jQuery(window).scroll(function(){var n=jQuery(window).scrollTop();1182>n?(jQuery(".page_rnav").find("li").removeClass("current"),jQuery(".page_rnav").find("li:eq(0)").addClass("current")):1931>n?(jQuery(".page_rnav").find("li").removeClass("current"),jQuery(".page_rnav").find("li:eq(1)").addClass("current")):3076>n?(jQuery(".page_rnav").find("li").removeClass("current"),jQuery(".page_rnav").find("li:eq(2)").addClass("current")):n>=3096&&(jQuery(".page_rnav").find("li").removeClass("current"),jQuery(".page_rnav").find("li:eq(3)").addClass("current"))})});jQuery(document).ready(function(){jQuery(".h8year").append('<\/span>').each(function(){var n=$("> span.hover",this).css("opacity",0);jQuery(this).hover(function(){n.stop().fadeTo(500,1)},function(){n.stop().fadeTo(500,0)})})});$(function(){$("nav-mobile-inner").find("li").removeClass("active");$("menu-display").find("li").removeClass("active");$("#about_mobile").addClass("active");$("#about").addClass("on");$("#index_header").addClass("header-d");$(".menu-btn").click()})