PT. Ikame Indonesia
Importir & Chemical
CV. Istana Karunia Mega
Istana Carwash Pusat (Bekasi)
CV. Istana Karya Megah
Istana Carwash Jawa Timur
PT. Damar Nusantara Sentosa
Hydraulic & Welding
PT. Ikame Samudra Nusantara
Peralatan Olahraga & Wisata Air
jQuery(document).ready(function() {
jQuery('#slider_4954').owlCarousel({
responsive:{
0:{ items:2 },
480:{ items:4 },
768:{ items:4 },
980:{ items:4 },
1200:{ items:4 },
1500:{ items:4 }
},
autoplay : true,
autoplayTimeout : 4000,
autoplayHoverPause : false,
smartSpeed : 200,
fluidSpeed : 200,
autoplaySpeed : 200,
navSpeed : 200,
dotsSpeed : 200,
loop : true,
nav : false,
navText : ['Previous','Next'],
dots : false,
responsiveRefreshRate : 200,
slideBy : 4,
mergeFit : true,
autoHeight : false,
mouseDrag : false,
touchDrag : false
});
jQuery('#slider_4954').css('visibility', 'visible');
sa_resize_slider_4954();
window.addEventListener('resize', sa_resize_slider_4954);
function sa_resize_slider_4954() {
var min_height = '50';
var win_width = jQuery(window).width();
var slider_width = jQuery('#slider_4954').width();
if (win_width < 480) {
var slide_width = slider_width / 2;
} else if (win_width < 768) {
var slide_width = slider_width / 4;
} else if (win_width < 980) {
var slide_width = slider_width / 4;
} else if (win_width < 1200) {
var slide_width = slider_width / 4;
} else if (win_width < 1500) {
var slide_width = slider_width / 4;
} else {
var slide_width = slider_width / 4;
}
slide_width = Math.round(slide_width);
var slide_height = '0';
if (min_height == 'aspect43') {
slide_height = (slide_width / 4) * 3; slide_height = Math.round(slide_height);
} else if (min_height == 'aspect169') {
slide_height = (slide_width / 16) * 9; slide_height = Math.round(slide_height);
} else {
slide_height = (slide_width / 100) * min_height; slide_height = Math.round(slide_height);
}
jQuery('#slider_4954 .owl-item .sa_hover_container').css('min-height', slide_height+'px');
}
var owl_goto = jQuery('#slider_4954');
jQuery('.slider_4954_goto1').click(function(event){
owl_goto.trigger('to.owl.carousel', 0);
});
jQuery('.slider_4954_goto2').click(function(event){
owl_goto.trigger('to.owl.carousel', 1);
});
jQuery('.slider_4954_goto3').click(function(event){
owl_goto.trigger('to.owl.carousel', 2);
});
jQuery('.slider_4954_goto4').click(function(event){
owl_goto.trigger('to.owl.carousel', 3);
});
jQuery('.slider_4954_goto5').click(function(event){
owl_goto.trigger('to.owl.carousel', 4);
});
var resize_4954 = jQuery('.owl-carousel');
resize_4954.on('initialized.owl.carousel', function(e) {
if (typeof(Event) === 'function') {
window.dispatchEvent(new Event('resize'));
} else {
var evt = window.document.createEvent('UIEvents');
evt.initUIEvent('resize', true, false, window, 0);
window.dispatchEvent(evt);
}
});
});