'); $('.custom-section-trien-vong-nghe-nghiep .col.medium-5').css({background: 'url("'+image_url+'") no-repeat center right', backgroundSize: 'cover'}); } //set line-height: 50 for text one line if($('.custom-section-cau-truc-chuong-trinh .custom-tab-hoc-ky .tab-panels .col.medium-2 .col-inner p').length){ $('.custom-section-cau-truc-chuong-trinh .custom-tab-hoc-ky .tab-panels .col.medium-2 .col-inner p:first-child').each(function(){ if($(this).height() < 30){ $(this).css('line-height', '33px'); } }); } //click tab-chuong-trinh-boi-duong on mobile $('.tab-chuong-trinh-boi-duong .nav .tab a').click(function(){ console.log('d'); if ($( window ).width() <= 767) { if (!$('.tab-chuong-trinh-boi-duong #tab-chuong-trinh-boi-duong-mobile').length) { let new_select = $('

    '); $('.tab-chuong-trinh-boi-duong .nav .tab').each(function(){ new_select.append('
  • '+$(this).text()+'
  • '); }); $('.tab-chuong-trinh-boi-duong .nav').after(new_select); }else{ $('#tab-chuong-trinh-boi-duong-mobile').toggle(); } } }); $(document).on('click', '#tab-chuong-trinh-boi-duong-mobile li', function(){ let index = $(this).index(); $('.tab-chuong-trinh-boi-duong .nav .tab').eq(index).find('a').trigger('click'); $('#tab-chuong-trinh-boi-duong-mobile').hide(); }); })(jQuery)