a").after('
');
$('.menu_mobile li.menu-item-has-children i').click(function () { $(this).parent('li').children('ul').stop(0).slideToggle(300); $(this).stop(0).toggleClass('fa-angle-down').toggleClass('fa-angle-up'); });
$('.menu_mobile>li.menu-item-has-children>i').click(function() {
if($(this).parent('li').hasClass('opened')) {
$(this).parent('li').removeClass('opened').addClass('');
}
else{
$(this).parent('li').removeClass('').addClass('opened');
}
});
$('#footer').ready(function(){
$.lockfixed(".sticky",{offset: {top: 0, bottom: $('#footer').height() + 50, }});
});
$("#back-top").hide();
$(function () {
$(window).scroll(function () {
if ($(this).scrollTop() > 100) {
$('#back-top').fadeIn();
} else {
$('#back-top').fadeOut();
}
});
$('#back-top a').click(function () {
$('body,html').animate({
scrollTop: 0
}, 800);
return false;
});
});
var nav = $(".head");
$(window).scroll(function () {
if ($(this).scrollTop() > 10) {
nav.addClass("navbar-fixed-top");
} else {
nav.removeClass("navbar-fixed-top");
}
});
$('.wpcf7-submit').click(function () {
var thisElement = $(this);
var oldVal = thisElement.val();
var textLoading = 'Đang xử lý ...';
$('.cf7_submit .ajax-loader').remove();
thisElement.val(textLoading);
document.addEventListener('wpcf7submit', function (event) {
thisElement.val(oldVal);
}, false);
});
$('table').addClass('table table-bordered');
$('.menu_category>li>.sub-menu').addClass('clearfix');
$('.slider_home').owlCarousel({
loop:true,
margin:0,autoplay:true,
autoplayTimeout:5000,smartSpeed: 800,
autoplayHoverPause:true,
nav:true,
dots:false,
responsive:{
0:{
items:1
},
600:{
items:1
},
1000:{
items:1
}
}
});
$('.slider_3').owlCarousel({
loop:false,
margin:0,autoplay:false,
autoplayTimeout:5000,smartSpeed: 800,
autoplayHoverPause:true,
autoHeight:true,
nav:true,
dots:true,
responsive:{
0:{nav:false,
items:1
},
600:{
items:2
},
1000:{
items:3
}
}
});
$('.slider_4').owlCarousel({
loop:false,
margin:0,autoplay:false,
autoplayTimeout:5000,smartSpeed: 800,
autoplayHoverPause:true,
autoHeight:true,
nav:true,
dots:true,
responsive:{
0:{nav:false,
items:2
},
600:{
items:3
},
1000:{
items:4
}
}
});
$('.this_mb .owl-carousel').owlCarousel({
loop:false,
margin:0,autoplay:true,
autoplayTimeout:5000,smartSpeed: 800,
autoplayHoverPause:true,
nav:false,
dots:true,
responsive:{
0:{nav:true,
items:1
},
600:{
items:1
},
1000:{
items:1
}
}
});
$(".link_move").click(function(a) {
var i = this.getAttribute("href");
if ("" != i) {
var t = $(i).offset().top - 67;
$(window).width() <= 1190 && (t += 7), $("html, body").animate({
scrollTop: t
}, 500)
}
});
})(jQuery);