{"id":181,"date":"2017-12-15T06:11:05","date_gmt":"2017-12-15T06:11:05","guid":{"rendered":"https:\/\/careerfy.net\/jobsonline\/\/?page_id=572"},"modified":"2017-12-15T06:11:05","modified_gmt":"2017-12-15T06:11:05","slug":"employers-grid","status":"publish","type":"page","link":"https:\/\/www.onlinelabouradda.com\/?page_id=181","title":{"rendered":"Employers Grid"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column]            <div class=\"wp-dp-employer-content\"\r\n                 id=\"wp-dp-employer-content-7544\">\r\n                <div class=\"dev-map-class-changer\">\r\n                    <div id=\"Employer-content-7544\">\r\n                                    <form autocomplete=\"off\" id=\"jobsearch_employer_frm_7544\">\r\n                                <div style=\"display:none\" id='employer_arg7544'>\r\n                    {\"employer_short_counter\":7544,\"atts\":{\"employer_view\":\"view-grid\",\"employer_filters_count\":\"yes\",\"employer_per_page\":\"12\",\"employer_cat\":\"\",\"employer_location\":\"\",\"employer_sort_by\":\"\",\"employer_excerpt\":\"20\",\"employer_order\":\"DESC\",\"employer_orderby\":\"date\",\"employer_pagination\":\"yes\",\"employer_type\":\"\",\"employer_filters\":\"yes\",\"employer_filters_loc\":\"yes\",\"employer_filters_date\":\"yes\",\"employer_filters_sector\":\"yes\",\"employer_filters_team\":\"yes\",\"employer_locfilters_sortby\":\"yes\",\"employer_datefilters_sortby\":\"yes\",\"employer_sectorfilters_sortby\":\"yes\",\"employer_teamfilters_sortby\":\"yes\",\"employer_loc_listing\":\"country,city\"},\"content\":\"\",\"employer_map_counter\":84098237,\"page_url\":\"https:\\\/\\\/www.onlinelabouradda.com\\\/?page_id=181\",\"page_id\":181}                <\/div>\r\n                                <div class=\"jobsearch-row\">\r\n                    <div class=\"jobsearch-column-3 jobsearch-typo-wrap listin-filters-sidebar\">\r\n    <a href=\"javascript:void(0);\" class=\"close-listin-mobfiltrs\"><i class=\"fa fa-close\"><\/i><\/a>\r\n            <script type=\"text\/javascript\">\r\n            var jobsearch_sloc_country = \"\";\r\n            var jobsearch_sloc_state = \"\";\r\n            var jobsearch_sloc_city = \"\";\r\n            var jobsearch_is_admin = \"\";\r\n        <\/script>\r\n                    <script type=\"text\/javascript\">\r\n\r\n                var jobsearch_sloc_type = '1',\r\n                    jobsearch_is_admin = '',\r\n                    totl_countries_detail, totl_preselected_states_saved,\r\n                    jobsearch_is_post_page = 'index.php';\r\n\r\n                \r\n                var inc_countries = \"\", inc_countries_code = \"\",\r\n                    exec_countries = \"\", contry_presel_contry, ajax_flag = false,\r\n                    contry_preselct = 'none',\r\n                    contry_presel_contry_code = 'AF';\r\n\r\n                \/*\r\n                * Scrapper Events\r\n                * *\/\r\n                var api_scrapper = {\r\n                    getCountryCode: function (jobsearch_sloc_country) {\r\n                        var country_code_from_country_name = '';\r\n                        jQuery.each(totl_countries_detail, function (index, element) {\r\n                            if (element.country_name == jobsearch_sloc_country) {\r\n                                country_code_from_country_name = element.country_code;\r\n                            }\r\n                        });\r\n                        return country_code_from_country_name;\r\n                    },\r\n                    readCityOnlyFiles: function (country_detail, state_name, selector) {\r\n\r\n                        if (jobsearch_is_admin == '' || ajax_flag == true) {\r\n                            jQuery('#jobsearch-gdapilocs-citycon').empty();\r\n                            jQuery('#jobsearch-gdapilocs-citycon').append('<select placeholder=\"Select City\" name=\"location_location3\" class=\"cities\" id=\"cityId\"><option value=\"0\">Select City<\/option><\/select>');\r\n                            selector = jQuery(document).find(\"#cityId\");\r\n                        }\r\n\r\n                        var request = jQuery.ajax({\r\n                            url: jobsearch_plugin_vars.ajax_url,\r\n                            method: \"POST\",\r\n                            data: {\r\n                                country_detail: country_detail,\r\n                                state: state_name,\r\n                                _nonce: '6f446d189e',\r\n                                action: 'jobsearch_location_load_cities_data',\r\n                            },\r\n                            dataType: 'json',\r\n                        });\r\n\r\n                        request.done(function (response) {\r\n\r\n                            var _result_cities = response;\r\n                            if (jobsearch_is_admin == '' || ajax_flag == true) {\r\n                                if (selector.length > 0) {\r\n                                    selector.selectize()[0].selectize.destroy();\r\n                                }\r\n                            }\r\n\r\n                            setTimeout(function () {\r\n\r\n                                if(jQuery('.vc_ui-panel-window-inner').find('.jobsearch-vcloc-dropdwn-con').length>0){\r\n                                    selector    = jQuery('.location2-city');\r\n                                }\r\n                                selector.html('');\r\n                                \/\/if (jobsearch_is_admin == 1 && ajax_flag == false) {\r\n                                selector.append('<option value=\"\">Select City<\/option>');\r\n                                \/\/ }\r\n\r\n                                var _option_select = '';\r\n                                if (_result_cities.result.length != 0) {\r\n                                    jQuery.each(_result_cities.result, function (index, element) {\r\n\r\n                                        if (jQuery.trim(element.city_name) != \"Enter Any City\") {\r\n                                            if (jobsearch_sloc_city != \"\") {\r\n                                                _option_select = jobsearch_sloc_city == element.city_name ? 'selected' : '';\r\n                                            }\r\n                                            if (_option_select != \"\") {\r\n                                                selector.append(jQuery(\"<option><\/option>\").attr(\"value\", element.city_name).attr(\"selected\", \"selected\").text(element.city_name));\r\n                                            } else {\r\n                                                selector.append(jQuery(\"<option><\/option>\").attr(\"value\", element.city_name).text(element.city_name));\r\n                                            }\r\n                                        }\r\n                                    });\r\n                                } else {\r\n                                    selector.html('');\r\n                                    selector.append(jQuery(\"<option><\/option>\").attr(\"value\", \"\").text('No cities exits.'));\r\n                                }\r\n                            }, 50);\r\n\r\n                            if (jobsearch_is_admin == '' || ajax_flag == true) {\r\n                                if (_result_cities.result.length != 0) {\r\n                                    setTimeout(function () {\r\n                                        selector.selectize({\r\n                                            maxOptions: 30000,\r\n                                            sortField: [{\r\n                                                field: 'text',\r\n                                                direction: 'asc'\r\n                                            }],\r\n                                        });\r\n                                    }, 100);\r\n                                }\r\n                            }\r\n                            jQuery('#cityId').trigger('change');\r\n                        });\r\n                        request.fail(function (jqXHR, textStatus) {\r\n\r\n                        });\r\n                    },\r\n                    readStateFile: function (country_code, selector) {\r\n\r\n                        var request, _result_states;\r\n                        if (jobsearch_is_admin == '' || ajax_flag == true) {\r\n                            jQuery('#jobsearch-gdapilocs-statecon').empty();\r\n                            jQuery('#jobsearch-gdapilocs-statecon').append('<select placeholder=\"Select State\"  class=\"states location2-states\" id=\"stateId\" name=\"location_location2\"><option value=\"\">Select State<\/option><\/select>');\r\n                            selector = jQuery(document).find(\"#stateId, .location2-states\");\r\n                        }\r\n                        selector.html('');\r\n                        request = jQuery.ajax({\r\n                            url: jobsearch_plugin_vars.ajax_url,\r\n                            method: \"POST\",\r\n                            data: {\r\n                                country_code: country_code,\r\n                                _nonce: '6f446d189e',\r\n                                action: 'jobsearch_location_load_states_data',\r\n                            },\r\n                            dataType: 'json',\r\n                        });\r\n\r\n                        if(jQuery('.vc_ui-panel-window-inner').find('.jobsearch-vcloc-dropdwn-con').length>0){\r\n                            selector    = jQuery('.location2-state');\r\n                        }\r\n\r\n                        request.done(function (response) {\r\n\r\n                            if (jobsearch_is_admin == '' || ajax_flag == true) {\r\n                                \/\/selector.selectize()[0].selectize.destroy();\r\n                            }\r\n                            _result_states = response;\r\n                            setTimeout(function () {\r\n                                selector.html('');\r\n                                \/\/if (jobsearch_is_admin == 1 && ajax_flag == false) {\r\n                                selector.append('<option value=\"\">Select State<\/option>');\r\n                                \/\/}\r\n                                var _option_select = '';\r\n                                jQuery.each(_result_states.result, function (index, element) {\r\n\r\n                                    if (jQuery.trim(element.state_name) != \"Enter Any State\") {\r\n                                        if (jobsearch_sloc_state != \"\") {\r\n                                            _option_select = jobsearch_sloc_state == element.state_name ? 'selected' : '';\r\n                                        }\r\n\r\n                                        if (_option_select != \"\") {\r\n                                            selector.append(jQuery(\"<option><\/option>\").attr(\"value\", element.state_name).attr(\"selected\", \"selected\").text(element.state_name));\r\n                                            \/\/ selector.append(jQuery('<option>', {\r\n                                            \/\/     value: element,\r\n                                            \/\/     text: element,\r\n                                            \/\/     selected: _option_select,\r\n                                            \/\/ }));\r\n                                        } else {\r\n                                            selector.append(jQuery(\"<option><\/option>\").attr(\"value\", element.state_name).text(element.state_name));\r\n                                            \/\/ selector.append(jQuery('<option>', {\r\n                                            \/\/     value: element,\r\n                                            \/\/     text: element,\r\n                                            \/\/ }));\r\n                                        }\r\n                                    }\r\n                                });\r\n                            }, 50);\r\n\r\n                            \/*\r\n                            * If city is saved then this code will execute.\r\n                            * *\/\r\n                            if (jobsearch_sloc_city != \"\") {\r\n                                setTimeout(function () {\r\n                                    console.info(\"triggered second\");\r\n                                    jQuery('#stateId').trigger('change');\r\n                                }, 1000)\r\n                            }\r\n                            \/*\r\n                            * Initialize Selectize\r\n                            * *\/\r\n                            if (jobsearch_is_admin == '' || ajax_flag == true) {\r\n                                setTimeout(function () {\r\n                                    selector.selectize();\r\n                                }, 100)\r\n                            }\r\n                        });\r\n                        request.fail(function (jqXHR, textStatus) {\r\n\r\n                        });\r\n                    },\r\n                    stripslashes: function (str) {\r\n                        if (str == undefined) {\r\n                            return;\r\n                        }\r\n                        return str.replace(\/\\\\\/g, '');\r\n                    },\r\n                    readCountryFile: function (selector, country) {\r\n                        var _result_countries, request;\r\n\r\n                        request = jQuery.ajax({\r\n                            url: jobsearch_plugin_vars.ajax_url,\r\n                            method: \"POST\",\r\n                            data: {\r\n                                _nonce: '6f446d189e',\r\n                                action: 'jobsearch_location_load_countries_data',\r\n                            },\r\n                            dataType: \"json\"\r\n                        });\r\n                        request.done(function (response) {\r\n                            _result_countries = response;\r\n                            selector.html('');\r\n                            if (jobsearch_is_admin == 1 && ajax_flag == true) {\r\n                                selector.append('<option value=\"\">Select Country<\/option>');\r\n                            } else {\r\n                                var $opt = jQuery('<option>');\r\n                                $opt.val('').text('Select Country');\r\n                                $opt.appendTo(selector);\r\n                            }\r\n                            \/*\r\n                            * Alphabetic countries\r\n                            * *\/\r\n                                                        _result_countries.sort(function (a, b) {\r\n                                return api_scrapper.compareStrings(a.name, b.name);\r\n                            });\r\n                                                        \/*\r\n                            * Code will execute if Include only countries option will be selected.\r\n                            * *\/\r\n                            ;\r\n                            \/*\r\n                            * Code will execute if Exclude only countries option will be selected.\r\n                            * *\/\r\n                            ;\r\n                            \/*\r\n                            * Code will execute if Random countries option will be selected.\r\n                            * *\/\r\n                                                        \/*\r\n                            * Include only countries\r\n                            * *\/\r\n                            if (inc_countries != \"\" && jobsearch_is_loc_editor != 'jobsearch-location-sett-editor') {\r\n                                var _inc_flag = false;\r\n                                jQuery.each(_result_countries, function (i, element) {\r\n                                    if (i < inc_countries.length) {\r\n                                        if (jobsearch_sloc_country == inc_countries[i]) {\r\n\r\n                                            selector.append(jQuery(\"<option><\/option>\")\r\n                                                .attr(\"data-index\", i)\r\n                                                .attr(\"code\", inc_countries_code[i])\r\n                                                .attr(\"selected\", \"selected\")\r\n                                                .attr(\"value\", inc_countries[i])\r\n                                                .text(inc_countries[i]));\r\n                                            _inc_flag = true;\r\n\r\n                                        } else if (contry_preselct == 'by_contry' && contry_presel_contry_code == inc_countries_code[i] && ajax_flag == false && _inc_flag == false) {\r\n                                            selector.append(jQuery(\"<option><\/option>\")\r\n                                                .attr(\"data-index\", i)\r\n                                                .attr(\"code\", inc_countries_code[i])\r\n                                                .attr(\"selected\", \"selected\")\r\n                                                .attr(\"value\", inc_countries[i])\r\n                                                .text(inc_countries[i]));\r\n\r\n                                        } else {\r\n                                            selector.append(jQuery(\"<option><\/option>\")\r\n                                                .attr(\"data-index\", i)\r\n                                                .attr(\"code\", inc_countries_code[i])\r\n                                                .attr(\"value\", inc_countries[i])\r\n                                                .text(inc_countries[i]));\r\n                                        }\r\n                                    }\r\n                                })\r\n                            } else if (exec_countries != '' && jobsearch_is_loc_editor != 'jobsearch-location-sett-editor') {\r\n                                \/*\r\n                                * code will execute if \"Exclude countries selected\" filter option will be selected\r\n                                * *\/\r\n                                var _exec_flag = false;\r\n                                jQuery.each(_result_countries, function (index, element) {\r\n                                    if (element != \"\") {\r\n                                        if (exec_countries.indexOf(element.name) == -1) {\r\n                                            \/*\r\n                                            * code will execute if Country Name is from save in metavalue\r\n                                            * *\/\r\n\r\n                                            if (jobsearch_sloc_country == element.name) {\r\n                                                selector.append(jQuery(\"<option><\/option>\")\r\n                                                    .attr(\"data-index\", index)\r\n                                                    .attr(\"code\", element.code)\r\n                                                    .attr(\"selected\", \"selected\")\r\n                                                    .attr(\"value\", element.name)\r\n                                                    .text(element.name));\r\n                                                _exec_flag = true;\r\n                                            } else if (contry_preselct == 'by_contry' && contry_presel_contry_code == element.code && ajax_flag == false && _exec_flag == false) {\r\n                                                selector.append(jQuery(\"<option><\/option>\")\r\n                                                    .attr(\"data-index\", index)\r\n                                                    .attr(\"code\", element.code)\r\n                                                    .attr(\"selected\", \"selected\")\r\n                                                    .attr(\"value\", element.name)\r\n                                                    .text(element.name));\r\n\r\n                                            } else {\r\n                                                selector.append(jQuery(\"<option><\/option>\")\r\n                                                    .attr(\"data-index\", index)\r\n                                                    .attr(\"code\", element.code)\r\n                                                    .attr(\"value\", element.name)\r\n                                                    .text(element.name));\r\n                                            }\r\n                                        }\r\n                                    }\r\n                                })\r\n                            } else {\r\n                                var pres_selected_saved_contry = api_scrapper.getCountryCode(jobsearch_sloc_country);\r\n                                jQuery.each(_result_countries, function (index, element) {\r\n                                    if (element != \"\") {\r\n                                        \/*\r\n                                        * code will execute if Preselect Country option will be selected\r\n                                        * *\/\r\n                                        \r\n                                        if (jobsearch_sloc_type != 2 && jobsearch_sloc_type != 3) {\r\n\r\n                                            var _option_select = '';\r\n                                            if (jobsearch_sloc_country != '') {\r\n                                                if (api_scrapper.stripslashes(jobsearch_sloc_country) == api_scrapper.stripslashes(element.name)) {\r\n                                                    selector.append(jQuery(\"<option><\/option>\")\r\n                                                        .attr(\"data-index\", index)\r\n                                                        .attr(\"code\", element.code)\r\n                                                        .attr(\"selected\", \"selected\")\r\n                                                        .attr(\"value\", element.name)\r\n                                                        .text(api_scrapper.stripslashes(element.name)));\r\n                                                } else {\r\n                                                    selector.append(jQuery(\"<option><\/option>\")\r\n                                                        .attr(\"data-index\", index)\r\n                                                        .attr(\"code\", element.code)\r\n                                                        .attr(\"value\", element.name)\r\n                                                        .text(api_scrapper.stripslashes(element.name)));\r\n                                                }\r\n                                            } else {\r\n                                                selector.append(jQuery(\"<option><\/option>\")\r\n                                                    .attr(\"data-index\", index)\r\n                                                    .attr(\"code\", element.code)\r\n                                                    .attr(\"value\", element.name)\r\n                                                    .text(api_scrapper.stripslashes(element.name)));\r\n                                            }\r\n\r\n                                        } else if (jobsearch_is_loc_editor == 'jobsearch-location-sett-editor') {\r\n                                            selector.append(jQuery(\"<option><\/option>\")\r\n                                                .attr(\"data-index\", index)\r\n                                                .attr(\"code\", element.code)\r\n                                                .attr(\"value\", element.name)\r\n                                                .text(api_scrapper.stripslashes(element.name)));\r\n                                        }\r\n\r\n\r\n                                                                            }\r\n                                });\r\n                                                            }\r\n                            \/*\r\n                            * Initialize Selectize\r\n                            * *\/\r\n\r\n                            if (jobsearch_is_admin == '' || ajax_flag == true) {\r\n                                if (jobsearch_sloc_type == 0 || jobsearch_sloc_type == 1) {\r\n                                    selector.selectize({\r\n                                        placeholder: 'Select Country',\r\n                                    });\r\n                                }\r\n                            }\r\n                        });\r\n                        request.fail(function (jqXHR, textStatus) {\r\n\r\n                        });\r\n                    },\r\n                    predictByIP: function () {\r\n                        var request = jQuery.ajax({\r\n                            url: \"https:\/\/ipinfo.io\/json\",\r\n                            dataType: \"json\"\r\n                        });\r\n                        request.done(function (result) {\r\n                            if (result != '') {\r\n                                api_scrapper.readCountryFile(jQuery('#countryId'), result.country);\r\n                            } else {\r\n                                \/*\r\n                                * Second Request will be sent if first request will fail.\r\n                                * *\/\r\n                                api_scrapper.apiSecondRequest();\r\n                            }\r\n                        });\r\n                        request.fail(function (jqXHR, textStatus) {\r\n                            api_scrapper.apiSecondRequest();\r\n                        });\r\n                    },\r\n                    shuffleArray: function (a) {\r\n                        var j, x, i;\r\n                        for (i = a.length - 1; i > 0; i--) {\r\n                            j = Math.floor(Math.random() * (i + 1));\r\n                            x = a[i];\r\n                            a[i] = a[j];\r\n                            a[j] = x;\r\n                        }\r\n                        return a;\r\n                    },\r\n                    apiSecondRequest: function () {\r\n                        var request = jQuery.ajax({\r\n                            url: \"http:\/\/ip-api.com\/json\",\r\n                            dataType: \"json\"\r\n                        });\r\n                        request.done(function (result) {\r\n                            api_scrapper.readCountryFile(jQuery('#countryId'), result.countryCode);\r\n                            api_scrapper.readStateFile(result.countryCode, jQuery('#stateId'))\r\n                        });\r\n                        request.fail(function (jqXHR, textStatus) {\r\n\r\n                        });\r\n                    },\r\n                    compareStrings: function (a, b) {\r\n                        a = a.toLowerCase();\r\n                        b = b.toLowerCase();\r\n                        return (a < b) ? -1 : (a > b) ? 1 : 0;\r\n                    },\r\n                    getBulkCitiesByStates: function (preselected_states, jobsearch_sloc_city) {\r\n\r\n                        jQuery('.cities').html('');\r\n                        jQuery.ajax({\r\n                            url: jobsearch_plugin_vars.ajax_url,\r\n                            method: \"POST\",\r\n                            data: {\r\n                                preselected_states: JSON.parse(preselected_states),\r\n                                _nonce: '6f446d189e',\r\n                                action: 'jobsearch_get_selected_states_cities',\r\n                            },\r\n                            dataType: 'json',\r\n                            success: function (response) {\r\n                                jQuery.each(response.all_cities, function (index, city_name) {\r\n                                    if (jobsearch_sloc_city == city_name) {\r\n                                        jQuery('.cities')\r\n                                            .append(jQuery(\"<option><\/option>\")\r\n                                                .attr(\"value\", city_name)\r\n                                                .attr(\"selected\", \"selected\")\r\n                                                .text(city_name));\r\n                                    } else {\r\n                                        jQuery('.cities')\r\n                                            .append(jQuery(\"<option><\/option>\")\r\n                                                .attr(\"value\", city_name)\r\n                                                .text(city_name));\r\n\r\n                                    }\r\n                                });\r\n\r\n                                if (jobsearch_is_admin == '' || ajax_flag == true) {\r\n                                    setTimeout(function () {\r\n                                        jQuery('.cities').selectize({\r\n                                            sortField: 'text'\r\n                                        });\r\n                                    }, 100)\r\n                                }\r\n                            }\r\n                        });\r\n                    }\r\n                };\r\n                \/*\r\n                * Scrapper Events end\r\n                * *\/\r\n\r\n                                jQuery(window).on('load', function () {\r\n                    \/\/\r\n                                            totl_countries_detail = JSON.parse('[{\"country_code\":\"AF\",\"country_name\":\"Afghanistan\"},{\"country_code\":\"AL\",\"country_name\":\"Albania\"},{\"country_code\":\"DZ\",\"country_name\":\"Algeria\"},{\"country_code\":\"AD\",\"country_name\":\"Andorra\"},{\"country_code\":\"AO\",\"country_name\":\"Angola\"},{\"country_code\":\"AI\",\"country_name\":\"Anguilla\"},{\"country_code\":\"AG\",\"country_name\":\"Antigua and Barbuda\"},{\"country_code\":\"AR\",\"country_name\":\"Argentina\"},{\"country_code\":\"AM\",\"country_name\":\"Armenia\"},{\"country_code\":\"AU\",\"country_name\":\"Australia\"},{\"country_code\":\"AT\",\"country_name\":\"Austria\"},{\"country_code\":\"AZ\",\"country_name\":\"Azerbaijan\"},{\"country_code\":\"BS\",\"country_name\":\"Bahamas\"},{\"country_code\":\"BH\",\"country_name\":\"Bahrain\"},{\"country_code\":\"BD\",\"country_name\":\"Bangladesh\"},{\"country_code\":\"BB\",\"country_name\":\"Barbados\"},{\"country_code\":\"BY\",\"country_name\":\"Belarus\"},{\"country_code\":\"BE\",\"country_name\":\"Belgium\"},{\"country_code\":\"BZ\",\"country_name\":\"Belize\"},{\"country_code\":\"BJ\",\"country_name\":\"Benin\"},{\"country_code\":\"BM\",\"country_name\":\"Bermuda\"},{\"country_code\":\"BT\",\"country_name\":\"Bhutan\"},{\"country_code\":\"BO\",\"country_name\":\"Bolivia\"},{\"country_code\":\"BA\",\"country_name\":\"Bosnia and Herzegovina\"},{\"country_code\":\"BW\",\"country_name\":\"Botswana\"},{\"country_code\":\"BR\",\"country_name\":\"Brazil\"},{\"country_code\":\"BN\",\"country_name\":\"Brunei Darussalam\"},{\"country_code\":\"BG\",\"country_name\":\"Bulgaria\"},{\"country_code\":\"BF\",\"country_name\":\"Burkina Faso\"},{\"country_code\":\"BI\",\"country_name\":\"Burundi\"},{\"country_code\":\"KH\",\"country_name\":\"Cambodia\"},{\"country_code\":\"CM\",\"country_name\":\"Cameroon\"},{\"country_code\":\"CA\",\"country_name\":\"Canada\"},{\"country_code\":\"CV\",\"country_name\":\"Cape Verde\"},{\"country_code\":\"KY\",\"country_name\":\"Cayman Islands\"},{\"country_code\":\"CF\",\"country_name\":\"Central African Republic\"},{\"country_code\":\"TD\",\"country_name\":\"Chad\"},{\"country_code\":\"CL\",\"country_name\":\"Chile\"},{\"country_code\":\"CN\",\"country_name\":\"China\"},{\"country_code\":\"CO\",\"country_name\":\"Colombia\"},{\"country_code\":\"KM\",\"country_name\":\"Comoros\"},{\"country_code\":\"CG\",\"country_name\":\"Congo\"},{\"country_code\":\"CR\",\"country_name\":\"Costa Rica\"},{\"country_code\":\"HR\",\"country_name\":\"Croatia (Hrvatska)\"},{\"country_code\":\"CU\",\"country_name\":\"Cuba\"},{\"country_code\":\"CY\",\"country_name\":\"Cyprus\"},{\"country_code\":\"CZ\",\"country_name\":\"Czech Republic\"},{\"country_code\":\"DK\",\"country_name\":\"Denmark\"},{\"country_code\":\"DJ\",\"country_name\":\"Djibouti\"},{\"country_code\":\"DM\",\"country_name\":\"Dominica\"},{\"country_code\":\"DO\",\"country_name\":\"Dominican Republic\"},{\"country_code\":\"EC\",\"country_name\":\"Ecuador\"},{\"country_code\":\"EG\",\"country_name\":\"Egypt\"},{\"country_code\":\"SV\",\"country_name\":\"El Salvador\"},{\"country_code\":\"GQ\",\"country_name\":\"Equatorial Guinea\"},{\"country_code\":\"ER\",\"country_name\":\"Eritrea\"},{\"country_code\":\"EE\",\"country_name\":\"Estonia\"},{\"country_code\":\"ET\",\"country_name\":\"Ethiopia\"},{\"country_code\":\"FO\",\"country_name\":\"Faroe Islands\"},{\"country_code\":\"FJ\",\"country_name\":\"Fiji\"},{\"country_code\":\"FI\",\"country_name\":\"Finland\"},{\"country_code\":\"FR\",\"country_name\":\"France\"},{\"country_code\":\"GF\",\"country_name\":\"French Guiana\"},{\"country_code\":\"PF\",\"country_name\":\"French Polynesia\"},{\"country_code\":\"TF\",\"country_name\":\"French Southern Territories\"},{\"country_code\":\"GA\",\"country_name\":\"Gabon\"},{\"country_code\":\"GM\",\"country_name\":\"Gambia\"},{\"country_code\":\"GE\",\"country_name\":\"Georgia\"},{\"country_code\":\"DE\",\"country_name\":\"Germany\"},{\"country_code\":\"GH\",\"country_name\":\"Ghana\"},{\"country_code\":\"GR\",\"country_name\":\"Greece\"},{\"country_code\":\"GL\",\"country_name\":\"Greenland\"},{\"country_code\":\"GD\",\"country_name\":\"Grenada\"},{\"country_code\":\"GP\",\"country_name\":\"Guadeloupe\"},{\"country_code\":\"GU\",\"country_name\":\"Guam\"},{\"country_code\":\"GT\",\"country_name\":\"Guatemala\"},{\"country_code\":\"GN\",\"country_name\":\"Guinea\"},{\"country_code\":\"GW\",\"country_name\":\"Guinea-Bissau\"},{\"country_code\":\"GY\",\"country_name\":\"Guyana\"},{\"country_code\":\"HT\",\"country_name\":\"Haiti\"},{\"country_code\":\"HN\",\"country_name\":\"Honduras\"},{\"country_code\":\"HK\",\"country_name\":\"Hong Kong\"},{\"country_code\":\"HU\",\"country_name\":\"Hungary\"},{\"country_code\":\"IS\",\"country_name\":\"Iceland\"},{\"country_code\":\"IN\",\"country_name\":\"India\"},{\"country_code\":\"IM\",\"country_name\":\"Isle of Man\"},{\"country_code\":\"ID\",\"country_name\":\"Indonesia\"},{\"country_code\":\"IR\",\"country_name\":\"Iran\"},{\"country_code\":\"IQ\",\"country_name\":\"Iraq\"},{\"country_code\":\"IE\",\"country_name\":\"Ireland\"},{\"country_code\":\"IL\",\"country_name\":\"Israel\"},{\"country_code\":\"IT\",\"country_name\":\"Italy\"},{\"country_code\":\"CI\",\"country_name\":\"Ivory Coast\"},{\"country_code\":\"JE\",\"country_name\":\"Jersey\"},{\"country_code\":\"JM\",\"country_name\":\"Jamaica\"},{\"country_code\":\"JP\",\"country_name\":\"Japan\"},{\"country_code\":\"JO\",\"country_name\":\"Jordan\"},{\"country_code\":\"KZ\",\"country_name\":\"Kazakhstan\"},{\"country_code\":\"KE\",\"country_name\":\"Kenya\"},{\"country_code\":\"KI\",\"country_name\":\"Kiribati\"},{\"country_code\":\"KP\",\"country_name\":\"North Korea\"},{\"country_code\":\"KR\",\"country_name\":\"South Korea\"},{\"country_code\":\"XK\",\"country_name\":\"Kosovo\"},{\"country_code\":\"KW\",\"country_name\":\"Kuwait\"},{\"country_code\":\"KG\",\"country_name\":\"Kyrgyzstan\"},{\"country_code\":\"LA\",\"country_name\":\"Lao\"},{\"country_code\":\"LV\",\"country_name\":\"Latvia\"},{\"country_code\":\"LB\",\"country_name\":\"Lebanon\"},{\"country_code\":\"LS\",\"country_name\":\"Lesotho\"},{\"country_code\":\"LR\",\"country_name\":\"Liberia\"},{\"country_code\":\"LY\",\"country_name\":\"Libyan Arab Jamahiriya\"},{\"country_code\":\"LI\",\"country_name\":\"Liechtenstein\"},{\"country_code\":\"LT\",\"country_name\":\"Lithuania\"},{\"country_code\":\"LU\",\"country_name\":\"Luxembourg\"},{\"country_code\":\"MK\",\"country_name\":\"Macedonia\"},{\"country_code\":\"MG\",\"country_name\":\"Madagascar\"},{\"country_code\":\"MW\",\"country_name\":\"Malawi\"},{\"country_code\":\"MY\",\"country_name\":\"Malaysia\"},{\"country_code\":\"MV\",\"country_name\":\"Maldives\"},{\"country_code\":\"ML\",\"country_name\":\"Mali\"},{\"country_code\":\"MT\",\"country_name\":\"Malta\"},{\"country_code\":\"MH\",\"country_name\":\"Marshall Islands\"},{\"country_code\":\"MQ\",\"country_name\":\"Martinique\"},{\"country_code\":\"MR\",\"country_name\":\"Mauritania\"},{\"country_code\":\"MU\",\"country_name\":\"Mauritius\"},{\"country_code\":\"MX\",\"country_name\":\"Mexico\"},{\"country_code\":\"FM\",\"country_name\":\"Micronesia, Federated States of\"},{\"country_code\":\"MD\",\"country_name\":\"Moldova\"},{\"country_code\":\"MC\",\"country_name\":\"Monaco\"},{\"country_code\":\"MN\",\"country_name\":\"Mongolia\"},{\"country_code\":\"ME\",\"country_name\":\"Montenegro\"},{\"country_code\":\"MS\",\"country_name\":\"Montserrat\"},{\"country_code\":\"MA\",\"country_name\":\"Morocco\"},{\"country_code\":\"MZ\",\"country_name\":\"Mozambique\"},{\"country_code\":\"MM\",\"country_name\":\"Myanmar\"},{\"country_code\":\"NA\",\"country_name\":\"Namibia\"},{\"country_code\":\"NR\",\"country_name\":\"Nauru\"},{\"country_code\":\"NP\",\"country_name\":\"Nepal\"},{\"country_code\":\"NL\",\"country_name\":\"Netherlands\"},{\"country_code\":\"AN\",\"country_name\":\"Netherlands Antilles\"},{\"country_code\":\"NC\",\"country_name\":\"New Caledonia\"},{\"country_code\":\"NZ\",\"country_name\":\"New Zealand\"},{\"country_code\":\"NI\",\"country_name\":\"Nicaragua\"},{\"country_code\":\"NE\",\"country_name\":\"Niger\"},{\"country_code\":\"NG\",\"country_name\":\"Nigeria\"},{\"country_code\":\"MP\",\"country_name\":\"Northern Mariana Islands\"},{\"country_code\":\"NO\",\"country_name\":\"Norway\"},{\"country_code\":\"OM\",\"country_name\":\"Oman\"},{\"country_code\":\"PK\",\"country_name\":\"Pakistan\"},{\"country_code\":\"PW\",\"country_name\":\"Palau\"},{\"country_code\":\"PS\",\"country_name\":\"Palestine\"},{\"country_code\":\"PA\",\"country_name\":\"Panama\"},{\"country_code\":\"PG\",\"country_name\":\"Papua New Guinea\"},{\"country_code\":\"PY\",\"country_name\":\"Paraguay\"},{\"country_code\":\"PE\",\"country_name\":\"Peru\"},{\"country_code\":\"PH\",\"country_name\":\"Philippines\"},{\"country_code\":\"PL\",\"country_name\":\"Poland\"},{\"country_code\":\"PT\",\"country_name\":\"Portugal\"},{\"country_code\":\"PR\",\"country_name\":\"Puerto Rico\"},{\"country_code\":\"QA\",\"country_name\":\"Qatar\"},{\"country_code\":\"RE\",\"country_name\":\"Reunion\"},{\"country_code\":\"RO\",\"country_name\":\"Romania\"},{\"country_code\":\"RU\",\"country_name\":\"Russian Federation\"},{\"country_code\":\"RW\",\"country_name\":\"Rwanda\"},{\"country_code\":\"KN\",\"country_name\":\"Saint Kitts and Nevis\"},{\"country_code\":\"LC\",\"country_name\":\"Saint Lucia\"},{\"country_code\":\"VC\",\"country_name\":\"Saint Vincent and the Grenadines\"},{\"country_code\":\"WS\",\"country_name\":\"Samoa\"},{\"country_code\":\"SM\",\"country_name\":\"San Marino\"},{\"country_code\":\"ST\",\"country_name\":\"Sao Tome and Principe\"},{\"country_code\":\"SA\",\"country_name\":\"Saudi Arabia\"},{\"country_code\":\"SN\",\"country_name\":\"Senegal\"},{\"country_code\":\"RS\",\"country_name\":\"Serbia\"},{\"country_code\":\"SC\",\"country_name\":\"Seychelles\"},{\"country_code\":\"SL\",\"country_name\":\"Sierra Leone\"},{\"country_code\":\"SG\",\"country_name\":\"Singapore\"},{\"country_code\":\"SK\",\"country_name\":\"Slovakia\"},{\"country_code\":\"SI\",\"country_name\":\"Slovenia\"},{\"country_code\":\"SB\",\"country_name\":\"Solomon Islands\"},{\"country_code\":\"SO\",\"country_name\":\"Somalia\"},{\"country_code\":\"ZA\",\"country_name\":\"South Africa\"},{\"country_code\":\"ES\",\"country_name\":\"Spain\"},{\"country_code\":\"LK\",\"country_name\":\"Sri Lanka\"},{\"country_code\":\"SH\",\"country_name\":\"St. Helena\"},{\"country_code\":\"PM\",\"country_name\":\"St. Pierre and Miquelon\"},{\"country_code\":\"SD\",\"country_name\":\"Sudan\"},{\"country_code\":\"SR\",\"country_name\":\"Suriname\"},{\"country_code\":\"SJ\",\"country_name\":\"Svalbard and Jan Mayen Islands\"},{\"country_code\":\"SZ\",\"country_name\":\"Swaziland\"},{\"country_code\":\"SE\",\"country_name\":\"Sweden\"},{\"country_code\":\"CH\",\"country_name\":\"Switzerland\"},{\"country_code\":\"SY\",\"country_name\":\"Syrian Arab Republic\"},{\"country_code\":\"TW\",\"country_name\":\"Taiwan\"},{\"country_code\":\"TJ\",\"country_name\":\"Tajikistan\"},{\"country_code\":\"TZ\",\"country_name\":\"Tanzania\"},{\"country_code\":\"TH\",\"country_name\":\"Thailand\"},{\"country_code\":\"TG\",\"country_name\":\"Togo\"},{\"country_code\":\"TK\",\"country_name\":\"Tokelau\"},{\"country_code\":\"TO\",\"country_name\":\"Tonga\"},{\"country_code\":\"TT\",\"country_name\":\"Trinidad and Tobago\"},{\"country_code\":\"TN\",\"country_name\":\"Tunisia\"},{\"country_code\":\"TR\",\"country_name\":\"Turkey\"},{\"country_code\":\"TM\",\"country_name\":\"Turkmenistan\"},{\"country_code\":\"TV\",\"country_name\":\"Tuvalu\"},{\"country_code\":\"UG\",\"country_name\":\"Uganda\"},{\"country_code\":\"UA\",\"country_name\":\"Ukraine\"},{\"country_code\":\"AE\",\"country_name\":\"United Arab Emirates\"},{\"country_code\":\"GB\",\"country_name\":\"United Kingdom\"},{\"country_code\":\"US\",\"country_name\":\"United States\"},{\"country_code\":\"UM\",\"country_name\":\"United States minor outlying islands\"},{\"country_code\":\"UY\",\"country_name\":\"Uruguay\"},{\"country_code\":\"UZ\",\"country_name\":\"Uzbekistan\"},{\"country_code\":\"VU\",\"country_name\":\"Vanuatu\"},{\"country_code\":\"VE\",\"country_name\":\"Venezuela\"},{\"country_code\":\"VN\",\"country_name\":\"Vietnam\"},{\"country_code\":\"VI\",\"country_name\":\"Virgin Islands (U.S.)\"},{\"country_code\":\"WF\",\"country_name\":\"Wallis and Futuna Islands\"},{\"country_code\":\"YE\",\"country_name\":\"Yemen\"},{\"country_code\":\"ZM\",\"country_name\":\"Zambia\"},{\"country_code\":\"ZW\",\"country_name\":\"Zimbabwe\"}]');\r\n                                            totl_preselected_states_saved = '\"\"';\r\n\r\n                    \r\n                    var _single_country_code = '';\r\n\r\n                    if (jobsearch_sloc_type == '2' || jobsearch_sloc_type == '3') {\r\n                        _single_country_code = jQuery(\"#countryId\").val();\r\n                    } else {\r\n                        if (jobsearch_sloc_country != 0 && contry_preselct != 'by_contry') {\r\n                            _single_country_code = api_scrapper.getCountryCode(jobsearch_sloc_country);\r\n                        }\r\n                    }\r\n\r\n                    \/*\r\n                    * If location type is single country (cities)\r\n                    * *\/\r\n\r\n                    if (jobsearch_sloc_type == 4) {\r\n                        api_scrapper.getBulkCitiesByStates(totl_preselected_states_saved, jobsearch_sloc_city);\r\n                    }\r\n\r\n                    \r\n                                        api_scrapper.readCountryFile(jQuery('#countryId'), '');\r\n\r\n                    \r\n                    if (jobsearch_sloc_state != \"\") {\r\n                        api_scrapper.readStateFile(_single_country_code, jQuery(\"#stateId\"))\r\n                    }\r\n\r\n                    if ((jobsearch_sloc_type == 2 || jobsearch_sloc_type == 3) && jobsearch_is_loc_editor != 'jobsearch-location-sett-editor') {\r\n                        if (_single_country_code != \"\") {\r\n                            api_scrapper.readStateFile(_single_country_code, jQuery(\"#stateId\"))\r\n                        }\r\n                        if (jobsearch_sloc_city != \"\") {\r\n                            setTimeout(function () {\r\n                                console.info(\"done first\");\r\n                                jQuery('#stateId').trigger('change');\r\n                            }, 4000);\r\n                        }\r\n                    }\r\n\r\n                                        \/*\r\n                    * Pre select Country\r\n                    * *\/\r\n                                                        });\r\n                \r\n                \/*\r\n                 *countries change event\r\n                 **\/\r\n\r\n                 jQuery(document).on('change', '#countryId', function () {\r\n                    var _this = jQuery(this);\r\n                    \/\/console.log(_this.val());\r\n                    if (_this.val() != 0 && _this.val() != undefined) {\r\n                        var _country_code = '';\r\n                        if (inc_countries != \"\") {\r\n                            _country_code = api_scrapper.getCountryCode(_this.val());\r\n                        } else {\r\n                            _country_code = jobsearch_is_admin == 1 && _this.find('option:selected').attr(\"code\") != undefined ? _this.find('option:selected').attr(\"code\") : api_scrapper.getCountryCode(_this.val());\r\n                        }\r\n                        api_scrapper.readStateFile(_country_code, jQuery(\"#stateId\"));\r\n                    }\r\n                });\r\n\r\n                \/*\r\n                * state change event\r\n                * *\/\r\n\r\n                jQuery(document).on('change', '#stateId', function () {\r\n                    var _this = jQuery(this), _single_country_detail;\r\n                    if (jobsearch_sloc_type == 1) {\r\n                        _single_country_detail = jQuery(\"#countryId\").find('option:selected').val();\r\n\r\n                    } else if (jobsearch_sloc_type == '2' || jobsearch_sloc_type == '3') {\r\n                        _single_country_detail = jQuery(\"#countryId\").val();\r\n                    } else {\r\n                        if (jobsearch_sloc_country != 0 && contry_preselct != 'by_contry') {\r\n                            _single_country_detail = api_scrapper.getCountryCode(jobsearch_sloc_country);\r\n                        }\r\n                    }\r\n\r\n                    if (_this.val() != 0 && _this.val() != undefined) {\r\n                        if(jQuery('.vc_ui-panel-window-inner').find('.jobsearch-vcloc-dropdwn-con').length>0){\r\n                            _single_country_detail = jQuery(\".location2-countries\").val();\r\n                        }\r\n                        api_scrapper.readCityOnlyFiles(_single_country_detail, _this.val(), jQuery('#cityId'));\r\n                    }\r\n                });\r\n            <\/script>\r\n            \r\n        <div class=\"jobsearch-filter-responsive-wrap\">\r\n            <div class=\"jobsearch-search-filter-wrap jobsearch-search-filter-toggle \">\r\n                <div class=\"jobsearch-fltbox-title\"><a href=\"javascript:void(0);\"\r\n                                                       data-cname=\"employr_loc_filter_collapse\"\r\n                                                       data-cval=\"open\"\r\n                                                       class=\"jobsearch-click-btn\">Locations<\/a>\r\n                <\/div>\r\n                                    <div class=\"jobsearch-checkbox-toggle\"\r\n                         style=\"display: block;\">\r\n                        \r\n                            <ul class=\"jobsearch-row jobsearch-employer-profile-form\">\r\n                                                                    <li class=\"jobsearch-column-12\">\r\n                                        <label>Country<\/label>\r\n                                        <div id=\"jobsearch-gdapilocs-contrycon\" data-val=\"\"\r\n                                             class=\"jobsearch-profile-select\">\r\n                                            <select name=\"location_location1\" class=\"countries order-alpha\" id=\"countryId\">\r\n                                                <option value=\"\">Select Country<\/option>\r\n                                                                                            <\/select>\r\n                                        <\/div>\r\n                                    <\/li>\r\n                                                                                                    <li class=\"jobsearch-column-12\">\r\n                                        <label>State<\/label>\r\n                                                                                <div id=\"jobsearch-gdapilocs-statecon\" data-val=\"\"\r\n                                             class=\"jobsearch-profile-select\">\r\n                                            <select name=\"location_location2\" class=\"location2-states states order-alpha\" id=\"stateId\">\r\n                                                <option value=\"\">Select State<\/option>\r\n                                                                                            <\/select>\r\n                                        <\/div>\r\n                                    <\/li>\r\n                                                                                                    <li class=\"jobsearch-column-12\">\r\n                                        <label>City<\/label>\r\n                                        <div id=\"jobsearch-gdapilocs-citycon\" data-val=\"\"\r\n                                             class=\"jobsearch-profile-select\">\r\n                                            <select name=\"location_location3\" class=\"cities jobsearch-cities\" id=\"cityId\">\r\n                                                <option value=\"\">Select City<\/option>\r\n                                                                                            <\/select>\r\n                                        <\/div>\r\n                                    <\/li>\r\n                                                            <\/ul>\r\n                            <div class=\"onsubmit-apilocs-con\">\r\n                                <a href=\"javascript:void(0);\" class=\"jobsearch-onsubmit-apilocs btn jobsearch-bgcolor\"\r\n                                   onclick=\"jobsearch_employer_content_load(7544);\">Submit<\/a>\r\n                            <\/div>\r\n                            \r\n                    <\/div>\r\n                                <\/div>\r\n        <\/div>\r\n                <div class=\"jobsearch-filter-responsive-wrap\">\r\n            <div class=\"jobsearch-search-filter-wrap jobsearch-search-filter-toggle \">\r\n                <div class=\"jobsearch-fltbox-title\"><a href=\"javascript:void(0);\"\r\n                                                       data-cname=\"employr_date_filter_collapse\"\r\n                                                       data-cval=\"open\"\r\n                                                       class=\"jobsearch-click-btn\">Date Posted<\/a>\r\n                <\/div>\r\n                <div class=\"jobsearch-checkbox-toggle\"\r\n                     style=\"display: block;\">\r\n                    <ul class=\"jobsearch-checkbox\">\r\n                                                <li>\r\n                                                        <input id=\"lasthour28134\" type=\"radio\"\r\n                                   name=\"posted\"                                    onchange=\"jobsearch_employer_content_load(7544);\"\r\n                                   value=\"lasthour\"\/>\r\n                            <label for=\"lasthour28134\"><span><\/span>Last Hour                            <\/label>\r\n                                                            <span class=\"filter-post-count\">0<\/span>\r\n                                                    <\/li>\r\n                                                <li>\r\n                                                        <input id=\"last2428134\" type=\"radio\"\r\n                                   name=\"posted\"                                    onchange=\"jobsearch_employer_content_load(7544);\"\r\n                                   value=\"last24\"\/>\r\n                            <label for=\"last2428134\"><span><\/span>Last 24 hours                            <\/label>\r\n                                                            <span class=\"filter-post-count\">0<\/span>\r\n                                                    <\/li>\r\n                                                <li>\r\n                                                        <input id=\"7days28134\" type=\"radio\"\r\n                                   name=\"posted\"                                    onchange=\"jobsearch_employer_content_load(7544);\"\r\n                                   value=\"7days\"\/>\r\n                            <label for=\"7days28134\"><span><\/span>Last week                            <\/label>\r\n                                                            <span class=\"filter-post-count\">1<\/span>\r\n                                                    <\/li>\r\n                                                <li>\r\n                                                        <input id=\"14days28134\" type=\"radio\"\r\n                                   name=\"posted\"                                    onchange=\"jobsearch_employer_content_load(7544);\"\r\n                                   value=\"14days\"\/>\r\n                            <label for=\"14days28134\"><span><\/span>Last 2 weeks                            <\/label>\r\n                                                            <span class=\"filter-post-count\">1<\/span>\r\n                                                    <\/li>\r\n                                                <li>\r\n                                                        <input id=\"30days28134\" type=\"radio\"\r\n                                   name=\"posted\"                                    onchange=\"jobsearch_employepr_content_load(7544);\"\r\n                                   value=\"30days\"\/>\r\n                            <label for=\"30days28134\"><span><\/span>Last month                            <\/label>\r\n                                                            <span class=\"filter-post-count\">1<\/span>\r\n                                                    <\/li>\r\n                                                <li>\r\n                                                        <input id=\"all28134\" type=\"radio\"\r\n                                   name=\"posted\" checked=\"checked\"                                   onchange=\"jobsearch_employer_content_load(7544);\"\r\n                                   value=\"all\"\/>\r\n                            <label for=\"all28134\"><span><\/span>All                            <\/label>\r\n                                                            <span class=\"filter-post-count\">279<\/span>\r\n                                                    <\/li>\r\n                                            <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n                <div class=\"jobsearch-filter-responsive-wrap\">\r\n            <div class=\"jobsearch-search-filter-wrap jobsearch-search-filter-toggle \">\r\n                <div class=\"jobsearch-fltbox-title\"><a href=\"javascript:void(0);\"\r\n                                                       data-cname=\"employr_sec_filter_collapse\"\r\n                                                       data-cval=\"open\"\r\n                                                       class=\"jobsearch-click-btn\">Sector<\/a>\r\n                <\/div>\r\n                <div class=\"jobsearch-checkbox-toggle\"\r\n                                                             style=\"display: block;\">\r\n                    <ul class=\"jobsearch-checkbox\">                                <li class=\"jobsearch-radio\">\r\n                                    <input type=\"radio\"  id=\"sector_all\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"all\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_all\">\r\n                                        <span><\/span>All                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">279<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio\">\r\n                                    <input type=\"radio\"  id=\"sector_1\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"cooling-system-repair\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_1\">\r\n                                        <span><\/span>AC Mistri                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">0<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio\">\r\n                                    <input type=\"radio\"  id=\"sector_2\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"agricultural-labour\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_2\">\r\n                                        <span><\/span>Agricultural Labour                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">0<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio\">\r\n                                    <input type=\"radio\"  id=\"sector_3\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"agricultural-vehicle-drivers\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_3\">\r\n                                        <span><\/span>Agricultural Vehicle Drivers                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">0<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio\">\r\n                                    <input type=\"radio\"  id=\"sector_4\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"agriculture-farming\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_4\">\r\n                                        <span><\/span>Agriculture &amp; Farming                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">0<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio\">\r\n                                    <input type=\"radio\"  id=\"sector_5\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"herbal-knowledge\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_5\">\r\n                                        <span><\/span>Ayurveda Worker                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">0<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio\">\r\n                                    <input type=\"radio\"  id=\"sector_6\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"baby-care-taker\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_6\">\r\n                                        <span><\/span>Baby Care-taker                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">7<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_7\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"beauty-parlour\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_7\">\r\n                                        <span><\/span>Beauty Parlor                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">19<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_8\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"car-booking\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_8\">\r\n                                        <span><\/span>Car Booking                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">0<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_9\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"carpenter\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_9\">\r\n                                        <span><\/span>Carpenter                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">16<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_10\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"catering\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_10\">\r\n                                        <span><\/span>Catering                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">0<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_11\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"cctv-installation\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_11\">\r\n                                        <span><\/span>CCTV Installation                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">0<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_12\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"computer\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_12\">\r\n                                        <span><\/span>Computer Operator                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">0<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_13\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"construction-helper\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_13\">\r\n                                        <span><\/span>Construction Helper                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">0<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_14\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"brick-work-material-handling-basic-tools\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_14\">\r\n                                        <span><\/span>Construction Labour                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">0<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_15\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"skills-brick-work-material-handling-basic-tools\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_15\">\r\n                                        <span><\/span>Construction Labour (\u0928\u093f\u0930\u094d\u092e\u093e\u0923 \u092e\u091c\u093c\u0926\u0942\u0930)                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">0<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_16\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"cook-maker\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_16\">\r\n                                        <span><\/span>Cook-Maker                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">11<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_17\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"cooler-mistri\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_17\">\r\n                                        <span><\/span>Cooler Mistri                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">0<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_18\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"delivery-boy\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_18\">\r\n                                        <span><\/span>Delivery Boy                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">0<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_19\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"driver\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_19\">\r\n                                        <span><\/span>Driver                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">13<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_20\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"electrician\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_20\">\r\n                                        <span><\/span>Electrician                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">15<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_21\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"factory-labour\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_21\">\r\n                                        <span><\/span>Factory Labour                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">0<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_22\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"plant-care-irrigation-knowledge-landscape-maintenance\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_22\">\r\n                                        <span><\/span>Gardener                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">0<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_23\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"hair-styling-techniques\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_23\">\r\n                                        <span><\/span>Hair Cutting &amp; Styling                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">12<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_24\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"sweet-making-catering\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_24\">\r\n                                        <span><\/span>Halwai                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">0<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_25\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"assistance-manual-work\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_25\">\r\n                                        <span><\/span>Helper                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">0<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_26\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"hotel-work\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_26\">\r\n                                        <span><\/span>Hotel Work                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">0<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_27\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"household-labour\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_27\">\r\n                                        <span><\/span>Household Labour                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">0<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_28\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"house-kipping\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_28\">\r\n                                        <span><\/span>Housekeeping Male                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">32<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_29\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"maid\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_29\">\r\n                                        <span><\/span>Housekeeping Staff Female                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">26<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_30\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"skilled-labour\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_30\">\r\n                                        <span><\/span>Labour                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">141<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_31\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"loader-pickup-booking\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_31\">\r\n                                        <span><\/span>Loader Pickup Booking                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">0<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_32\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"marble-finishing\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_32\">\r\n                                        <span><\/span>Marble Finishing                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">0<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_33\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"body-massage-techniques\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_33\">\r\n                                        <span><\/span>Massage &amp; Spa - Parlor                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">3<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_34\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"engine-repair-brake-system-knowledge-tool-handling\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_34\">\r\n                                        <span><\/span>Mechanic                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">0<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_35\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"painter\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_35\">\r\n                                        <span><\/span>Painter                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">15<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_36\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"pipe-fitting-leakage-repair-water-system\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_36\">\r\n                                        <span><\/span>Plumber                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">10<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_37\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"ceiling-design-wall-decoration\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_37\">\r\n                                        <span><\/span>POP Work                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">0<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_38\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"putty-work\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_38\">\r\n                                        <span><\/span>Putty Work                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">0<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_39\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"brick-work-cement-mixing-structure-building\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_39\">\r\n                                        <span><\/span>Raj Mistri                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">0<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_40\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"salesman\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_40\">\r\n                                        <span><\/span>Salesman                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">0<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_41\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"security-guard\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_41\">\r\n                                        <span><\/span>Security Guard                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">15<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_42\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"skills-brick-work-material-handling-basic-tools-skilled-labour\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_42\">\r\n                                        <span><\/span>Skilled Labour                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">15<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_43\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"facial-cleansing\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_43\">\r\n                                        <span><\/span>Skin Care                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">0<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_44\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"sewing-skills-fabric-knowledge-design-understanding\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_44\">\r\n                                        <span><\/span>Tailor                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">0<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_45\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"tile-mistri\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_45\">\r\n                                        <span><\/span>Tile Mistri                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">0<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_46\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"tourist-bus-booking\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_46\">\r\n                                        <span><\/span>Tourist Bus Booking                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">0<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_47\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"transport-labour\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_47\">\r\n                                        <span><\/span>Transport Labour                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">0<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_48\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"tv-led-repair\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_48\">\r\n                                        <span><\/span>TV LED Repair                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">0<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_49\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"basic-assistance-manual-work-site-support\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_49\">\r\n                                        <span><\/span>Unskilled Labour                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">0<\/span>\r\n                                                                    <\/li>\r\n                                                                <li class=\"jobsearch-radio filter-more-fields\">\r\n                                    <input type=\"radio\"  id=\"sector_50\" name=\"sector_cat\"  class=\"sector_cat\"   value=\"welding-machine-handling-metal-cutting-safety-practices\"   onchange=\"jobsearch_employer_content_load(7544);\" \/>                                    <label for=\"sector_50\">\r\n                                        <span><\/span>Welder                                    <\/label>\r\n                                                                            <span class=\"filter-post-count\">0<\/span>\r\n                                                                    <\/li>\r\n                                <\/ul><a href=\"javascript:void(0);\" class=\"show-toggle-filter-list\">+ see more<\/a>                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n                <div class=\"jobsearch-filter-responsive-wrap\">\r\n            <div class=\"jobsearch-search-filter-wrap jobsearch-search-filter-toggle \">\r\n\r\n                <div class=\"jobsearch-fltbox-title\"><a href=\"javascript:void(0);\"\r\n                                                       data-cname=\"employr_team_filter_collapse\"\r\n                                                       data-cval=\"open\"\r\n                                                       class=\"jobsearch-click-btn\">Team Size<\/a>\r\n                <\/div>\r\n\r\n                <div class=\"jobsearch-checkbox-toggle\"\r\n                     style=\"display: block;\">\r\n                                        <ul class=\"jobsearch-checkbox\">\r\n                                                <li>\r\n                                                        <input id=\"team-size-1-100-1275\" type=\"radio\"\r\n                                   name=\"team_size\"                                    onchange=\"jobsearch_employer_content_load(7544);\"\r\n                                   value=\"1-100\"\/>\r\n                            <label for=\"team-size-1-100-1275\"><span><\/span>1-100 Members                            <\/label>\r\n                                                            <span class=\"filter-post-count\">21<\/span>\r\n                                                    <\/li>\r\n                                                <li>\r\n                                                        <input id=\"team-size-101-200-1275\" type=\"radio\"\r\n                                   name=\"team_size\"                                    onchange=\"jobsearch_employer_content_load(7544);\"\r\n                                   value=\"101-200\"\/>\r\n                            <label for=\"team-size-101-200-1275\"><span><\/span>101-200 Members                            <\/label>\r\n                                                            <span class=\"filter-post-count\">0<\/span>\r\n                                                    <\/li>\r\n                                                <li>\r\n                                                        <input id=\"team-size-201-300-1275\" type=\"radio\"\r\n                                   name=\"team_size\"                                    onchange=\"jobsearch_employer_content_load(7544);\"\r\n                                   value=\"201-300\"\/>\r\n                            <label for=\"team-size-201-300-1275\"><span><\/span>201-300 Members                            <\/label>\r\n                                                            <span class=\"filter-post-count\">0<\/span>\r\n                                                    <\/li>\r\n                                                <li>\r\n                                                        <input id=\"team-size-301-400-1275\" type=\"radio\"\r\n                                   name=\"team_size\"                                    onchange=\"jobsearch_employer_content_load(7544);\"\r\n                                   value=\"301-400\"\/>\r\n                            <label for=\"team-size-301-400-1275\"><span><\/span>301-400 Members                            <\/label>\r\n                                                            <span class=\"filter-post-count\">0<\/span>\r\n                                                    <\/li>\r\n                                                <li>\r\n                                                        <input id=\"team-size-401-500-1275\" type=\"radio\"\r\n                                   name=\"team_size\"                                    onchange=\"jobsearch_employer_content_load(7544);\"\r\n                                   value=\"401-500\"\/>\r\n                            <label for=\"team-size-401-500-1275\"><span><\/span>401-500 Members                            <\/label>\r\n                                                            <span class=\"filter-post-count\">0<\/span>\r\n                                                    <\/li>\r\n                                            <\/ul>\r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"jobsearch-filter-responsive-wrap\"><div class=\"filter-ads-wrap\">            <div class=\"jobsearch-pumflit-banner-con\">\r\n                                        <a href=\"#\" class=\"jobsearch_ad_img_banner_click\" data-id=\"300987566\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/www.onlinelabouradda.com\/wp-content\/uploads\/promo-place1.png\" alt=\"Side Promo\" \/><\/a>\r\n                                        <\/div>\r\n            <\/div><\/div><\/div>\r\n                    <div class=\"jobsearch-column-9 jobsearch-typo-wrap\">\r\n                        <div class=\"wp-jobsearch-employer-content wp-jobsearch-dev-employer-content\"\r\n                             id=\"jobsearch-data-employer-content-7544\"\r\n                             data-id=\"7544\">\r\n                            <div id=\"jobsearch-loader-7544\"><\/div>\r\n                                            <div class=\"jobsearch-filterable\">\r\n                    <ul class=\"filtration-tags\">\r\n                        <li><a href=\"?employer_page=\" title=\"rest_route\">rest_route: \/wp\/v2\/pages\/181 <i class=\"fa fa-close\"><\/i><\/a><\/li>                    <\/ul>\r\n                    <a class=\"clear-tags\" href=\"https:\/\/www.onlinelabouradda.com\/?page_id=181\"\r\n                       title=\"Clear all\">Clear all<\/a>\r\n                <\/div>\r\n                <div class=\"sortfiltrs-contner\">        <div class=\"jobsearch-filterable jobsearch-filter-sortable jobsearch-topfound-title\">\r\n            <h2 class=\"jobsearch-fltcount-title\">\r\n                <span class=\"listing-counts-num\">279<\/span>&nbsp;<span class=\"listing-counts-numtxt\">Employers Found<\/span>            <div class=\"displayed-here\">Displayed Here: 1 - 12 Employers<\/div>\r\n                        <\/h2>\r\n        <\/div>\r\n        <div class=\"jobsearch-topsort-holder\">                <div class=\"jobsearch-filterable jobsearch-filter-sortable\">\r\n                                        <ul class=\"jobsearch-sort-section\">\r\n                                                <li>\r\n                            <i class=\"jobsearch-icon jobsearch-sort\"><\/i>\r\n                            <div class=\"jobsearch-filterable-select\">\r\n                                <select name=\"sort-by\" class=\"selectize-select\"  onchange=\"jobsearch_employer_content_load('7544')\" placeholder=\"Most Recent\"><option value=\"recent\">Most Recent<\/option>\n<option value=\"alphabetical\">Alphabet Order<\/option>\n<option value=\"most_viewed\">Most Viewed<\/option>\n<\/select>                            <\/div>\r\n                        <\/li>\r\n                        <li>\r\n                            <i class=\"jobsearch-icon jobsearch-sort\"><\/i>\r\n                            <div class=\"jobsearch-filterable-select\">\r\n                                <select name=\"per-page\" class=\"sort-records-per-page\"  onchange=\"jobsearch_employer_content_load('7544')\" placeholder=\"Records Per Page\"><option value=\"\">Records Per Page<\/option>\n<option value=\"10\">10 Per Page<\/option>\n<option value=\"20\">20 Per Page<\/option>\n<option value=\"30\">30 Per Page<\/option>\n<option value=\"50\">50 Per Page<\/option>\n<option value=\"70\">70 Per Page<\/option>\n<option value=\"100\">100 Per Page<\/option>\n<option value=\"200\">200 Per Page<\/option>\n<\/select>                            <\/div>\r\n                        <\/li>\r\n                    <\/ul>\r\n                                    <\/div>\r\n                <!-- filter-moving -->\r\n                <\/div><\/div><input type=\"hidden\" class=\"adv_filter_toggle\" value=\"false\" \/>    <div class=\"careerfy-employer careerfy-employer-grid\"\r\n         id=\"jobsearch-employer-7544\">\r\n\r\n        <ul class=\"row\">\r\n                                <li class=\"col-md-4  \">\r\n\r\n                        <div class=\"careerfy-employer-grid-wrap\">\r\n                                                        <figure>\r\n                                                                    <a href=\"https:\/\/www.onlinelabouradda.com\/?employer=fervent-agrotech\" class=\"careerfy-employer-grid-image\"><img decoding=\"async\"\r\n                                                src=\"https:\/\/www.onlinelabouradda.com\/wp-content\/uploads\/2026\/05\/Copilot_20260512_195146-150x150.png\" alt=\"\"><\/a>\r\n                                                                <figcaption>\r\n                                                                        <h2>\r\n                                        <a href=\"https:\/\/www.onlinelabouradda.com\/?employer=fervent-agrotech\">\r\n                                            Fervent Agrotech                                        <\/a>\r\n                                    <\/h2>\r\n                                                                    <\/figcaption>\r\n                            <\/figure>\r\n                                                    <\/div>\r\n                        \r\n                        <a href=\"https:\/\/www.onlinelabouradda.com\/?employer=fervent-agrotech\"\r\n                           class=\"careerfy-employer-grid-btn\">0 Vacancy<\/a>\r\n\r\n                                <a href=\"javascript:void(0);\" class=\"careerfy-employer-grid-btn jobsearch-open-signin-tab jobsearch-wredirct-url\"\r\n           data-id=\"1758\" data-beforelbl=\"Follow\"\r\n           data-afterlbl=\"Followed\" data-wredircto=\"https:\/\/www.onlinelabouradda.com\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F181\"><i\r\n                    class=\"fa fa-user-plus\"><\/i> Follow<\/a>\r\n                            <\/li>\r\n                                        <li class=\"col-md-4  \">\r\n\r\n                        <div class=\"careerfy-employer-grid-wrap\">\r\n                                                        <figure>\r\n                                                                    <a href=\"https:\/\/www.onlinelabouradda.com\/?employer=626neckk\" class=\"careerfy-employer-grid-image\"><img decoding=\"async\"\r\n                                                src=\"https:\/\/www.onlinelabouradda.com\/wp-content\/uploads\/2026\/05\/Copilot_20260512_195146-150x150.png\" alt=\"\"><\/a>\r\n                                                                <figcaption>\r\n                                                                        <h2>\r\n                                        <a href=\"https:\/\/www.onlinelabouradda.com\/?employer=626neckk\">\r\n                                            626neckk                                        <\/a>\r\n                                    <\/h2>\r\n                                                                    <\/figcaption>\r\n                            <\/figure>\r\n                                                    <\/div>\r\n                        \r\n                        <a href=\"https:\/\/www.onlinelabouradda.com\/?employer=626neckk\"\r\n                           class=\"careerfy-employer-grid-btn\">0 Vacancy<\/a>\r\n\r\n                                <a href=\"javascript:void(0);\" class=\"careerfy-employer-grid-btn jobsearch-open-signin-tab jobsearch-wredirct-url\"\r\n           data-id=\"1533\" data-beforelbl=\"Follow\"\r\n           data-afterlbl=\"Followed\" data-wredircto=\"https:\/\/www.onlinelabouradda.com\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F181\"><i\r\n                    class=\"fa fa-user-plus\"><\/i> Follow<\/a>\r\n                            <\/li>\r\n                                        <li class=\"col-md-4  \">\r\n\r\n                        <div class=\"careerfy-employer-grid-wrap\">\r\n                                                        <figure>\r\n                                                                    <a href=\"https:\/\/www.onlinelabouradda.com\/?employer=creative-colour-painter-group\" class=\"careerfy-employer-grid-image\"><img decoding=\"async\"\r\n                                                src=\"https:\/\/www.onlinelabouradda.com\/wp-content\/uploads\/2026\/05\/Copilot_20260512_195146-150x150.png\" alt=\"\"><\/a>\r\n                                                                <figcaption>\r\n                                    <small>                <a  class=\"\">\r\n                    Painter                <\/a>\r\n                <\/small>                                    <h2>\r\n                                        <a href=\"https:\/\/www.onlinelabouradda.com\/?employer=creative-colour-painter-group\">\r\n                                            Creative colour painter group                                        <\/a>\r\n                                    <\/h2>\r\n                                                                            <span>Ganga Sagar, India<\/span>\r\n                                                                    <\/figcaption>\r\n                            <\/figure>\r\n                                                    <\/div>\r\n                        \r\n                        <a href=\"https:\/\/www.onlinelabouradda.com\/?employer=creative-colour-painter-group\"\r\n                           class=\"careerfy-employer-grid-btn\">0 Vacancy<\/a>\r\n\r\n                                <a href=\"javascript:void(0);\" class=\"careerfy-employer-grid-btn jobsearch-open-signin-tab jobsearch-wredirct-url\"\r\n           data-id=\"1529\" data-beforelbl=\"Follow\"\r\n           data-afterlbl=\"Followed\" data-wredircto=\"https:\/\/www.onlinelabouradda.com\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F181\"><i\r\n                    class=\"fa fa-user-plus\"><\/i> Follow<\/a>\r\n                            <\/li>\r\n                                        <li class=\"col-md-4  \">\r\n\r\n                        <div class=\"careerfy-employer-grid-wrap\">\r\n                                                        <figure>\r\n                                                                    <a href=\"https:\/\/www.onlinelabouradda.com\/?employer=prabha-soni\" class=\"careerfy-employer-grid-image\"><img decoding=\"async\"\r\n                                                src=\"https:\/\/www.onlinelabouradda.com\/wp-content\/uploads\/2026\/05\/Copilot_20260512_195146-150x150.png\" alt=\"\"><\/a>\r\n                                                                <figcaption>\r\n                                                                        <h2>\r\n                                        <a href=\"https:\/\/www.onlinelabouradda.com\/?employer=prabha-soni\">\r\n                                            prabha soni                                        <\/a>\r\n                                    <\/h2>\r\n                                                                    <\/figcaption>\r\n                            <\/figure>\r\n                                                    <\/div>\r\n                        \r\n                        <a href=\"https:\/\/www.onlinelabouradda.com\/?employer=prabha-soni\"\r\n                           class=\"careerfy-employer-grid-btn\">0 Vacancy<\/a>\r\n\r\n                                <a href=\"javascript:void(0);\" class=\"careerfy-employer-grid-btn jobsearch-open-signin-tab jobsearch-wredirct-url\"\r\n           data-id=\"1486\" data-beforelbl=\"Follow\"\r\n           data-afterlbl=\"Followed\" data-wredircto=\"https:\/\/www.onlinelabouradda.com\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F181\"><i\r\n                    class=\"fa fa-user-plus\"><\/i> Follow<\/a>\r\n                            <\/li>\r\n                                        <li class=\"col-md-4  \">\r\n\r\n                        <div class=\"careerfy-employer-grid-wrap\">\r\n                                                        <figure>\r\n                                                                    <a href=\"https:\/\/www.onlinelabouradda.com\/?employer=royal-infotech-educationel-socity\" class=\"careerfy-employer-grid-image\"><img decoding=\"async\"\r\n                                                src=\"https:\/\/www.onlinelabouradda.com\/wp-content\/uploads\/jobsearch-user-files\/profile-img-1.png\" alt=\"\"><\/a>\r\n                                                                <figcaption>\r\n                                    <small>                <a  class=\"\">\r\n                    Driver                <\/a>\r\n                ,                 <a  class=\"\">\r\n                    Electrician                <\/a>\r\n                ,                 <a  class=\"\">\r\n                    Housekeeping Male                <\/a>\r\n                ,                 <a  class=\"\">\r\n                    Labour                <\/a>\r\n                ,                 <a  class=\"\">\r\n                    Security Guard                <\/a>\r\n                <\/small>                                    <h2>\r\n                                        <a href=\"https:\/\/www.onlinelabouradda.com\/?employer=royal-infotech-educationel-socity\">\r\n                                            Royal Infotech Educationel Socity                                        <\/a>\r\n                                    <\/h2>\r\n                                                                    <\/figcaption>\r\n                            <\/figure>\r\n                                                    <\/div>\r\n                        \r\n                        <a href=\"https:\/\/www.onlinelabouradda.com\/?employer=royal-infotech-educationel-socity\"\r\n                           class=\"careerfy-employer-grid-btn\">0 Vacancy<\/a>\r\n\r\n                                <a href=\"javascript:void(0);\" class=\"careerfy-employer-grid-btn jobsearch-open-signin-tab jobsearch-wredirct-url\"\r\n           data-id=\"1478\" data-beforelbl=\"Follow\"\r\n           data-afterlbl=\"Followed\" data-wredircto=\"https:\/\/www.onlinelabouradda.com\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F181\"><i\r\n                    class=\"fa fa-user-plus\"><\/i> Follow<\/a>\r\n                            <\/li>\r\n                                        <li class=\"col-md-4  \">\r\n\r\n                        <div class=\"careerfy-employer-grid-wrap\">\r\n                                                        <figure>\r\n                                                                    <a href=\"https:\/\/www.onlinelabouradda.com\/?employer=ivoryjoits\" class=\"careerfy-employer-grid-image\"><img decoding=\"async\"\r\n                                                src=\"https:\/\/www.onlinelabouradda.com\/wp-content\/uploads\/2026\/05\/Copilot_20260512_195146-150x150.png\" alt=\"\"><\/a>\r\n                                                                <figcaption>\r\n                                                                        <h2>\r\n                                        <a href=\"https:\/\/www.onlinelabouradda.com\/?employer=ivoryjoits\">\r\n                                            Ivoryjoits                                        <\/a>\r\n                                    <\/h2>\r\n                                                                            <span>Kralupy Nad Vltavou<\/span>\r\n                                                                    <\/figcaption>\r\n                            <\/figure>\r\n                                                    <\/div>\r\n                        \r\n                        <a href=\"https:\/\/www.onlinelabouradda.com\/?employer=ivoryjoits\"\r\n                           class=\"careerfy-employer-grid-btn\">1 Vacancy<\/a>\r\n\r\n                                <a href=\"javascript:void(0);\" class=\"careerfy-employer-grid-btn jobsearch-open-signin-tab jobsearch-wredirct-url\"\r\n           data-id=\"1471\" data-beforelbl=\"Follow\"\r\n           data-afterlbl=\"Followed\" data-wredircto=\"https:\/\/www.onlinelabouradda.com\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F181\"><i\r\n                    class=\"fa fa-user-plus\"><\/i> Follow<\/a>\r\n                            <\/li>\r\n                                        <li class=\"col-md-4  \">\r\n\r\n                        <div class=\"careerfy-employer-grid-wrap\">\r\n                                                        <figure>\r\n                                                                    <a href=\"https:\/\/www.onlinelabouradda.com\/?employer=dizainerskie-kashpo-qymn\" class=\"careerfy-employer-grid-image\"><img decoding=\"async\"\r\n                                                src=\"https:\/\/www.onlinelabouradda.com\/wp-content\/uploads\/2026\/05\/Copilot_20260512_195146-150x150.png\" alt=\"\"><\/a>\r\n                                                                <figcaption>\r\n                                                                        <h2>\r\n                                        <a href=\"https:\/\/www.onlinelabouradda.com\/?employer=dizainerskie-kashpo-qymn\">\r\n                                            dizainerskie kashpo_qyMn                                        <\/a>\r\n                                    <\/h2>\r\n                                                                            <span>Moscow<\/span>\r\n                                                                    <\/figcaption>\r\n                            <\/figure>\r\n                                                    <\/div>\r\n                        \r\n                        <a href=\"https:\/\/www.onlinelabouradda.com\/?employer=dizainerskie-kashpo-qymn\"\r\n                           class=\"careerfy-employer-grid-btn\">0 Vacancy<\/a>\r\n\r\n                                <a href=\"javascript:void(0);\" class=\"careerfy-employer-grid-btn jobsearch-open-signin-tab jobsearch-wredirct-url\"\r\n           data-id=\"1466\" data-beforelbl=\"Follow\"\r\n           data-afterlbl=\"Followed\" data-wredircto=\"https:\/\/www.onlinelabouradda.com\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F181\"><i\r\n                    class=\"fa fa-user-plus\"><\/i> Follow<\/a>\r\n                            <\/li>\r\n                                        <li class=\"col-md-4  \">\r\n\r\n                        <div class=\"careerfy-employer-grid-wrap\">\r\n                                                        <figure>\r\n                                                                    <a href=\"https:\/\/www.onlinelabouradda.com\/?employer=eduardoneugh\" class=\"careerfy-employer-grid-image\"><img decoding=\"async\"\r\n                                                src=\"https:\/\/www.onlinelabouradda.com\/wp-content\/uploads\/2026\/05\/Copilot_20260512_195146-150x150.png\" alt=\"\"><\/a>\r\n                                                                <figcaption>\r\n                                                                        <h2>\r\n                                        <a href=\"https:\/\/www.onlinelabouradda.com\/?employer=eduardoneugh\">\r\n                                            Eduardoneugh                                        <\/a>\r\n                                    <\/h2>\r\n                                                                    <\/figcaption>\r\n                            <\/figure>\r\n                                                    <\/div>\r\n                        \r\n                        <a href=\"https:\/\/www.onlinelabouradda.com\/?employer=eduardoneugh\"\r\n                           class=\"careerfy-employer-grid-btn\">1 Vacancy<\/a>\r\n\r\n                                <a href=\"javascript:void(0);\" class=\"careerfy-employer-grid-btn jobsearch-open-signin-tab jobsearch-wredirct-url\"\r\n           data-id=\"1463\" data-beforelbl=\"Follow\"\r\n           data-afterlbl=\"Followed\" data-wredircto=\"https:\/\/www.onlinelabouradda.com\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F181\"><i\r\n                    class=\"fa fa-user-plus\"><\/i> Follow<\/a>\r\n                            <\/li>\r\n                                        <li class=\"col-md-4  \">\r\n\r\n                        <div class=\"careerfy-employer-grid-wrap\">\r\n                                                        <figure>\r\n                                                                    <a href=\"https:\/\/www.onlinelabouradda.com\/?employer=rabbioms\" class=\"careerfy-employer-grid-image\"><img decoding=\"async\"\r\n                                                src=\"https:\/\/www.onlinelabouradda.com\/wp-content\/uploads\/2026\/05\/Copilot_20260512_195146-150x150.png\" alt=\"\"><\/a>\r\n                                                                <figcaption>\r\n                                                                        <h2>\r\n                                        <a href=\"https:\/\/www.onlinelabouradda.com\/?employer=rabbioms\">\r\n                                            rabbioms                                        <\/a>\r\n                                    <\/h2>\r\n                                                                            <span>Kwekwe<\/span>\r\n                                                                    <\/figcaption>\r\n                            <\/figure>\r\n                                                    <\/div>\r\n                        \r\n                        <a href=\"https:\/\/www.onlinelabouradda.com\/?employer=rabbioms\"\r\n                           class=\"careerfy-employer-grid-btn\">0 Vacancy<\/a>\r\n\r\n                                <a href=\"javascript:void(0);\" class=\"careerfy-employer-grid-btn jobsearch-open-signin-tab jobsearch-wredirct-url\"\r\n           data-id=\"1459\" data-beforelbl=\"Follow\"\r\n           data-afterlbl=\"Followed\" data-wredircto=\"https:\/\/www.onlinelabouradda.com\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F181\"><i\r\n                    class=\"fa fa-user-plus\"><\/i> Follow<\/a>\r\n                            <\/li>\r\n                                        <li class=\"col-md-4  \">\r\n\r\n                        <div class=\"careerfy-employer-grid-wrap\">\r\n                                                        <figure>\r\n                                                                    <a href=\"https:\/\/www.onlinelabouradda.com\/?employer=markodah\" class=\"careerfy-employer-grid-image\"><img decoding=\"async\"\r\n                                                src=\"https:\/\/www.onlinelabouradda.com\/wp-content\/uploads\/2026\/05\/Copilot_20260512_195146-150x150.png\" alt=\"\"><\/a>\r\n                                                                <figcaption>\r\n                                                                        <h2>\r\n                                        <a href=\"https:\/\/www.onlinelabouradda.com\/?employer=markodah\">\r\n                                            Markodah                                        <\/a>\r\n                                    <\/h2>\r\n                                                                            <span>Orange Walk<\/span>\r\n                                                                    <\/figcaption>\r\n                            <\/figure>\r\n                                                    <\/div>\r\n                        \r\n                        <a href=\"https:\/\/www.onlinelabouradda.com\/?employer=markodah\"\r\n                           class=\"careerfy-employer-grid-btn\">0 Vacancy<\/a>\r\n\r\n                                <a href=\"javascript:void(0);\" class=\"careerfy-employer-grid-btn jobsearch-open-signin-tab jobsearch-wredirct-url\"\r\n           data-id=\"1450\" data-beforelbl=\"Follow\"\r\n           data-afterlbl=\"Followed\" data-wredircto=\"https:\/\/www.onlinelabouradda.com\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F181\"><i\r\n                    class=\"fa fa-user-plus\"><\/i> Follow<\/a>\r\n                            <\/li>\r\n                                        <li class=\"col-md-4  \">\r\n\r\n                        <div class=\"careerfy-employer-grid-wrap\">\r\n                                                        <figure>\r\n                                                                    <a href=\"https:\/\/www.onlinelabouradda.com\/?employer=djzhop\" class=\"careerfy-employer-grid-image\"><img decoding=\"async\"\r\n                                                src=\"https:\/\/www.onlinelabouradda.com\/wp-content\/uploads\/2026\/05\/Copilot_20260512_195146-150x150.png\" alt=\"\"><\/a>\r\n                                                                <figcaption>\r\n                                                                        <h2>\r\n                                        <a href=\"https:\/\/www.onlinelabouradda.com\/?employer=djzhop\">\r\n                                            DJzhop                                        <\/a>\r\n                                    <\/h2>\r\n                                                                            <span>Moscow<\/span>\r\n                                                                    <\/figcaption>\r\n                            <\/figure>\r\n                                                    <\/div>\r\n                        \r\n                        <a href=\"https:\/\/www.onlinelabouradda.com\/?employer=djzhop\"\r\n                           class=\"careerfy-employer-grid-btn\">0 Vacancy<\/a>\r\n\r\n                                <a href=\"javascript:void(0);\" class=\"careerfy-employer-grid-btn jobsearch-open-signin-tab jobsearch-wredirct-url\"\r\n           data-id=\"1445\" data-beforelbl=\"Follow\"\r\n           data-afterlbl=\"Followed\" data-wredircto=\"https:\/\/www.onlinelabouradda.com\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F181\"><i\r\n                    class=\"fa fa-user-plus\"><\/i> Follow<\/a>\r\n                            <\/li>\r\n                                        <li class=\"col-md-4  \">\r\n\r\n                        <div class=\"careerfy-employer-grid-wrap\">\r\n                                                        <figure>\r\n                                                                    <a href=\"https:\/\/www.onlinelabouradda.com\/?employer=ktaletwamj\" class=\"careerfy-employer-grid-image\"><img decoding=\"async\"\r\n                                                src=\"https:\/\/www.onlinelabouradda.com\/wp-content\/uploads\/2026\/05\/Copilot_20260512_195146-150x150.png\" alt=\"\"><\/a>\r\n                                                                <figcaption>\r\n                                                                        <h2>\r\n                                        <a href=\"https:\/\/www.onlinelabouradda.com\/?employer=ktaletwamj\">\r\n                                            ktaletwamj                                        <\/a>\r\n                                    <\/h2>\r\n                                                                    <\/figcaption>\r\n                            <\/figure>\r\n                                                    <\/div>\r\n                        \r\n                        <a href=\"https:\/\/www.onlinelabouradda.com\/?employer=ktaletwamj\"\r\n                           class=\"careerfy-employer-grid-btn\">0 Vacancy<\/a>\r\n\r\n                                <a href=\"javascript:void(0);\" class=\"careerfy-employer-grid-btn jobsearch-open-signin-tab jobsearch-wredirct-url\"\r\n           data-id=\"1441\" data-beforelbl=\"Follow\"\r\n           data-afterlbl=\"Followed\" data-wredircto=\"https:\/\/www.onlinelabouradda.com\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F181\"><i\r\n                    class=\"fa fa-user-plus\"><\/i> Follow<\/a>\r\n                            <\/li>\r\n                            <\/ul>\r\n    <\/div>\r\n                            <\/div>\r\n                        <input type=\"hidden\" id=\"employer_page-7544\" name=\"employer_page\" \/><div class=\"jobsearch-pagination-blog\"><ul class=\"jobsearch-page-numbers\"><li><span class=\"jobsearch-page-numbers current\">1<\/span><\/li><li><a class=\"jobsearch-page-numbers\" onclick=\"jobsearch_employer_pagenation_ajax('employer_page', '2', '7544', 'false', '');\" href=\"javascript:void(0);\">2<\/a><\/li><li><a class=\"jobsearch-page-numbers\" onclick=\"jobsearch_employer_pagenation_ajax('employer_page', '3', '7544', 'false', '');\" href=\"javascript:void(0);\">3<\/a><\/li><li><a class=\"jobsearch-page-numbers\" onclick=\"jobsearch_employer_pagenation_ajax('employer_page', '4', '7544', 'false', '');\" href=\"javascript:void(0);\">4<\/a><\/li><li><a class=\"jobsearch-page-numbers\" onclick=\"jobsearch_employer_pagenation_ajax('employer_page', '5', '7544', 'false', '');\" href=\"javascript:void(0);\">5<\/a><\/li><li class=\"no-border\"><a>. . .<\/a><\/li><li><a class=\"jobsearch-page-numbers\" onclick=\"jobsearch_employer_pagenation_ajax('employer_page', '24', '7544', 'false', '');\" href=\"javascript:void(0);\">24<\/a><\/li><li><a class=\"next jobsearch-page-numbers\" onclick=\"jobsearch_employer_pagenation_ajax('employer_page', '2', '7544', 'false', '');\" href=\"javascript:void(0);\"><span><i class=\"jobsearch-icon jobsearch-arrows4\"><\/i><\/span><\/a><\/li><\/ul><\/div>                    <\/div>\r\n\r\n                <\/div>\r\n                <input type=\"hidden\" class=\"employer-counter\" value=\"7544\" \/>            <\/form>\r\n                                <\/div>\r\n                <\/div>\r\n            <\/div>\r\n            [\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column][\/vc_column][\/vc_row]<\/p>\n","protected":false},"author":150,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_eb_attr":"","footnotes":""},"class_list":["post-181","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.onlinelabouradda.com\/index.php?rest_route=\/wp\/v2\/pages\/181","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.onlinelabouradda.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.onlinelabouradda.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.onlinelabouradda.com\/index.php?rest_route=\/wp\/v2\/users\/150"}],"replies":[{"embeddable":true,"href":"https:\/\/www.onlinelabouradda.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=181"}],"version-history":[{"count":0,"href":"https:\/\/www.onlinelabouradda.com\/index.php?rest_route=\/wp\/v2\/pages\/181\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.onlinelabouradda.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=181"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}