{"version":3,"sources":["src/js/main.js","src/js/partial/Header.js","src/js/partial/Slider.js"],"names":["toggleMenu","$","on","slideToggle","sticky","topSpacing","zIndex","window","width","this","next","toggleClass","Swiper","pagination","el","clickable","slidesPerView","spaceBetween","navigation","prevEl","nextEl","breakpoints","1410","1024","768","576","LazyLoad","jQuery"],"mappings":"CAAC,WACG,aCDJ,IAAMA,EAAa,WACfC,EAAE,gBAAgBC,GAAG,QAAS,WAC1BD,EAAE,cAAcE,iBAIxBF,EAAE,UAAUG,OAAO,CACfC,WAAY,EACZC,OAAQ,KAGRL,EAAEM,QAAQC,QAAU,MACpBP,EAAE,oBAAoBC,GAAG,QAAS,WAC9BD,EAAEQ,MAAMC,OAAOP,cACfF,EAAEQ,MAAME,YAAY,mCCdH,IAAIC,OAAO,wCAAyC,CAC5EC,WAAY,CACXC,GAAI,yCACJC,WAAW,KAIM,IAAIH,OAAO,iCAAkC,CAC/DI,cAAe,EACfC,aAAc,GACdC,WAAY,CACXC,OAAQ,4BACRC,OAAQ,+BAIY,IAAIR,OAAO,oCAAqC,CACrEI,cAAe,EACfC,aAAc,GACdC,WAAY,CACXC,OAAQ,+BACRC,OAAQ,gCAETC,YAAa,CACZC,KAAM,CACLN,cAAe,EACfC,aAAc,IAEfM,KAAM,CACLP,cAAe,IACfC,aAAc,IAEfO,IAAK,CACJR,cAAe,IACfC,aAAc,IAEfQ,IAAK,CACJT,cAAe,IACfC,aAAc,OAKI,IAAIL,OAAO,oCAAqC,CACpEI,cAAe,EACfC,aAAc,GACdC,WAAY,CACXC,OAAQ,+BACRC,OAAQ,gCAETC,YAAa,CACZE,KAAM,CACLP,cAAe,EACfC,aAAc,IAEfO,IAAK,CACJR,cAAe,EACfC,aAAc,IAEfQ,IAAK,CACJT,cAAe,EACfC,aAAc,OAKI,IAAIL,OAAO,oCAAqC,CACpEI,cAAe,EACfC,aAAc,GACdC,WAAY,CACXC,OAAQ,+BACRC,OAAQ,gCAETC,YAAa,CACZE,KAAM,CACLP,cAAe,EACfC,aAAc,IAEfO,IAAK,CACJR,cAAe,EACfC,aAAc,IAEfQ,IAAK,CACJT,cAAe,EACfC,aAAc,OFpFM,IAAIS,SAAS,ICmBpC,IDZQ1B,ECaG,CACHA,WAAAA,GDdAA,WAER2B,OAAO,WACH3B,MAVJ","file":"main.min.js","sourcesContent":["var lazyLoadInstance = new LazyLoad({\n // Your custom settings go here\n});\n\nimport useHeader from \"./partial/Header\";\nimport useSlider from \"./partial/Slider\";\n\nconst { toggleMenu } = useHeader();\n\njQuery(function () {\n toggleMenu();\n});\n","const toggleMenu = () => {\r\n $(\".menu-toggle\").on(\"click\", function () {\r\n $(\".menu-wrap\").slideToggle();\r\n });\r\n};\r\n\r\n$(\"header\").sticky({\r\n topSpacing: 0,\r\n zIndex: 50,\r\n});\r\n\r\nif ($(window).width() < 1025) {\r\n $(\".has-sub .toggle\").on(\"click\", function () {\r\n $(this).next().slideToggle();\r\n $(this).toggleClass(\"fa-chevron-down fa-chevron-up\");\r\n });\r\n} else {\r\n}\r\n\r\nconst useHeader = () => {\r\n return {\r\n toggleMenu,\r\n };\r\n};\r\n\r\nexport default useHeader;\r\n","const bannerHomeSlider = new Swiper(\".home-banner-slider .swiper-container\", {\n\tpagination: {\n\t\tel: \".home-banner-slider .swiper-pagination\",\n\t\tclickable: true,\n\t},\n});\n\nconst stepSlider = new Swiper(\".step-slider .swiper-container\", {\n\tslidesPerView: 1,\n\tspaceBetween: 16,\n\tnavigation: {\n\t\tprevEl: \".step-slider .swiper-prev\",\n\t\tnextEl: \".step-slider .swiper-next\",\n\t},\n});\n\nconst serviceSlider = new Swiper(\".service-slider .swiper-container\", {\n\tslidesPerView: 3,\n\tspaceBetween: 56,\n\tnavigation: {\n\t\tprevEl: \".service-slider .swiper-prev\",\n\t\tnextEl: \".service-slider .swiper-next\",\n\t},\n\tbreakpoints: {\n\t\t1410: {\n\t\t\tslidesPerView: 3,\n\t\t\tspaceBetween: 32,\n\t\t},\n\t\t1024: {\n\t\t\tslidesPerView: 2.5,\n\t\t\tspaceBetween: 16,\n\t\t},\n\t\t768: {\n\t\t\tslidesPerView: 1.5,\n\t\t\tspaceBetween: 16,\n\t\t},\n\t\t576: {\n\t\t\tslidesPerView: 1.5,\n\t\t\tspaceBetween: 16,\n\t\t},\n\t},\n});\n\nconst about6Slider = new Swiper(\".about-6-slider .swiper-container\", {\n\tslidesPerView: 4,\n\tspaceBetween: 32,\n\tnavigation: {\n\t\tprevEl: \".about-6-slider .swiper-prev\",\n\t\tnextEl: \".about-6-slider .swiper-next\",\n\t},\n\tbreakpoints: {\n\t\t1024: {\n\t\t\tslidesPerView: 3,\n\t\t\tspaceBetween: 20,\n\t\t},\n\t\t768: {\n\t\t\tslidesPerView: 2,\n\t\t\tspaceBetween: 15,\n\t\t},\n\t\t576: {\n\t\t\tslidesPerView: 1,\n\t\t\tspaceBetween: 15,\n\t\t},\n\t},\n});\n\nconst about7Slider = new Swiper(\".about-7-slider .swiper-container\", {\n\tslidesPerView: 5,\n\tspaceBetween: 32,\n\tnavigation: {\n\t\tprevEl: \".about-7-slider .swiper-prev\",\n\t\tnextEl: \".about-7-slider .swiper-next\",\n\t},\n\tbreakpoints: {\n\t\t1024: {\n\t\t\tslidesPerView: 4,\n\t\t\tspaceBetween: 20,\n\t\t},\n\t\t768: {\n\t\t\tslidesPerView: 3,\n\t\t\tspaceBetween: 15,\n\t\t},\n\t\t576: {\n\t\t\tslidesPerView: 2,\n\t\t\tspaceBetween: 15,\n\t\t},\n\t},\n});\n\nexport default function useSlider() {\n\treturn {};\n}\n"]}